Home
last modified time | relevance | path

Searched refs:pxe_pvt_inode (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/core/include/
Dnet.h11 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/
Dcore.c25 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 …]
Dftp.c35 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()
Dgpxeurl.c6 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()
Dpxe.c32 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()
Dtftp.c22 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()
Dpxe.h136 struct pxe_pvt_inode { struct
151 #define PVT(i) ((struct pxe_pvt_inode *)((i)->pvt)) argument
Dhttp.c158 struct pxe_pvt_inode *socket = PVT(inode); in http_open()
/external/syslinux/core/legacynet/
Dcore.c26 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/
Dudp.c64 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()
Dtcp.c15 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()