Searched refs:pxe_pvt_inode (Results 1 – 11 of 11) sorted by relevance
/external/syslinux/core/include/ |
D | net.h | 11 struct pxe_pvt_inode; 13 int core_udp_open(struct pxe_pvt_inode *socket); 14 void core_udp_close(struct pxe_pvt_inode *socket); 16 void core_udp_connect(struct pxe_pvt_inode *socket, 18 void core_udp_disconnect(struct pxe_pvt_inode *socket); 20 int core_udp_recv(struct pxe_pvt_inode *socket, void *buf, uint16_t *buf_len, 23 void core_udp_send(struct pxe_pvt_inode *socket, 26 void core_udp_sendto(struct pxe_pvt_inode *socket, const void *data, size_t len, 34 int core_tcp_open(struct pxe_pvt_inode *socket); 35 int core_tcp_connect(struct pxe_pvt_inode *socket, uint32_t ip, uint16_t port); [all …]
|
/external/syslinux/core/fs/pxe/ |
D | core.c | 25 int core_udp_open(struct pxe_pvt_inode *socket) in core_udp_open() 49 void core_udp_close(struct pxe_pvt_inode *socket) in core_udp_close() 66 void core_udp_connect(struct pxe_pvt_inode *socket, uint32_t ip, in core_udp_connect() 82 void core_udp_disconnect(struct pxe_pvt_inode *socket) in core_udp_disconnect() 98 int core_udp_recv(struct pxe_pvt_inode *socket, void *buf, uint16_t *buf_len, in core_udp_recv() 135 void core_udp_send(struct pxe_pvt_inode *socket, const void *data, size_t len) in core_udp_send() 175 void core_udp_sendto(struct pxe_pvt_inode *socket, const void *data, in core_udp_sendto() 249 int core_tcp_open(struct pxe_pvt_inode *socket) in core_tcp_open() 257 int core_tcp_connect(struct pxe_pvt_inode *socket, uint32_t ip, uint16_t port) in core_tcp_connect() 272 int core_tcp_write(struct pxe_pvt_inode *socket, const void *data, size_t len, in core_tcp_write() [all …]
|
D | ftp.c | 35 struct pxe_pvt_inode *socket = PVT(inode); in ftp_cmd_response() 153 struct pxe_pvt_inode *socket = PVT(inode); in ftp_free() 165 struct pxe_pvt_inode *socket = PVT(inode); in ftp_close_file() 166 struct pxe_pvt_inode *ctlsock; in ftp_close_file() 188 struct pxe_pvt_inode *socket = PVT(inode); in ftp_open() 189 struct pxe_pvt_inode *ctlsock; in ftp_open() 207 socket->ctl = alloc_inode(inode->fs, 0, sizeof(struct pxe_pvt_inode)); in ftp_open()
|
D | gpxeurl.c | 6 struct pxe_pvt_inode *socket = PVT(inode); in gpxe_close_file() 20 struct pxe_pvt_inode *socket = PVT(inode); in gpxe_get_packet() 68 struct pxe_pvt_inode *socket = PVT(inode); in gpxe_open()
|
D | pxe.c | 32 struct inode *inode = alloc_inode(fs, 0, sizeof(struct pxe_pvt_inode)); in allocate_socket() 45 struct pxe_pvt_inode *socket = PVT(inode); in free_socket() 54 struct pxe_pvt_inode *socket = PVT(inode); in pxe_close_file() 153 struct pxe_pvt_inode *socket = PVT(inode); in pxe_getc() 176 struct pxe_pvt_inode *socket = PVT(inode); in fill_buffer() 200 struct pxe_pvt_inode *socket = PVT(inode); in pxe_getfssec() 677 struct pxe_pvt_inode *socket = PVT(inode); in pxe_readdir()
|
D | tftp.c | 22 struct pxe_pvt_inode *socket = PVT(inode); in tftp_close_file() 45 struct pxe_pvt_inode *socket = PVT(inode); in tftp_error() 65 struct pxe_pvt_inode *socket = PVT(inode); in ack_packet() 88 struct pxe_pvt_inode *socket = PVT(inode); in tftp_get_packet() 188 struct pxe_pvt_inode *socket = PVT(inode); in tftp_open()
|
D | pxe.h | 136 struct pxe_pvt_inode { struct 151 #define PVT(i) ((struct pxe_pvt_inode *)((i)->pvt)) argument
|
D | http.c | 158 struct pxe_pvt_inode *socket = PVT(inode); in http_open()
|
/external/syslinux/core/legacynet/ |
D | core.c | 26 int core_udp_open(struct pxe_pvt_inode *socket __unused) in core_udp_open() 41 void core_udp_close(struct pxe_pvt_inode *socket) in core_udp_close() 56 void core_udp_connect(struct pxe_pvt_inode *socket, uint32_t ip, in core_udp_connect() 71 void core_udp_disconnect(struct pxe_pvt_inode *socket __unused) in core_udp_disconnect() 85 int core_udp_recv(struct pxe_pvt_inode *socket, void *buf, uint16_t *buf_len, in core_udp_recv() 123 void core_udp_send(struct pxe_pvt_inode *socket, const void *data, size_t len) in core_udp_send() 158 void core_udp_sendto(struct pxe_pvt_inode *socket, const void *data, size_t len, in core_udp_sendto()
|
/external/syslinux/efi/ |
D | udp.c | 64 int core_udp_open(struct pxe_pvt_inode *socket) in core_udp_open() 120 void core_udp_close(struct pxe_pvt_inode *socket) in core_udp_close() 139 void core_udp_connect(struct pxe_pvt_inode *socket, uint32_t ip, in core_udp_connect() 171 void core_udp_disconnect(struct pxe_pvt_inode *socket) in core_udp_disconnect() 208 int core_udp_recv(struct pxe_pvt_inode *socket, void *buf, uint16_t *buf_len, in core_udp_recv() 283 void core_udp_send(struct pxe_pvt_inode *socket, const void *data, size_t len) in core_udp_send() 343 void core_udp_sendto(struct pxe_pvt_inode *socket, const void *data, in core_udp_sendto()
|
D | tcp.c | 15 int core_tcp_open(struct pxe_pvt_inode *socket) in core_tcp_open() 50 int core_tcp_connect(struct pxe_pvt_inode *socket, uint32_t ip, uint16_t port) in core_tcp_connect() 116 bool core_tcp_is_connected(struct pxe_pvt_inode *socket) in core_tcp_is_connected() 124 int core_tcp_write(struct pxe_pvt_inode *socket, const void *data, in core_tcp_write() 176 struct pxe_pvt_inode *socket = PVT(inode); in core_tcp_close_file() 204 struct pxe_pvt_inode *socket = PVT(inode); in core_tcp_fill_buffer()
|