OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pxe_pvt_inode
(Results
1 - 11
of
11
) sorted by null
/external/syslinux/core/include/
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/
core.c
25
int core_udp_open(struct
pxe_pvt_inode
*socket)
49
void core_udp_close(struct
pxe_pvt_inode
*socket)
66
void core_udp_connect(struct
pxe_pvt_inode
*socket, uint32_t ip,
82
void core_udp_disconnect(struct
pxe_pvt_inode
*socket)
98
int core_udp_recv(struct
pxe_pvt_inode
*socket, void *buf, uint16_t *buf_len,
135
void core_udp_send(struct
pxe_pvt_inode
*socket, const void *data, size_t len)
175
void core_udp_sendto(struct
pxe_pvt_inode
*socket, const void *data,
249
int core_tcp_open(struct
pxe_pvt_inode
*socket)
257
int core_tcp_connect(struct
pxe_pvt_inode
*socket, uint32_t ip, uint16_t port)
272
int core_tcp_write(struct
pxe_pvt_inode
*socket, const void *data, size_t len
[
all
...]
gpxeurl.c
6
struct
pxe_pvt_inode
*socket = PVT(inode);
20
struct
pxe_pvt_inode
*socket = PVT(inode);
68
struct
pxe_pvt_inode
*socket = PVT(inode);
ftp.c
35
struct
pxe_pvt_inode
*socket = PVT(inode);
153
struct
pxe_pvt_inode
*socket = PVT(inode);
165
struct
pxe_pvt_inode
*socket = PVT(inode);
166
struct
pxe_pvt_inode
*ctlsock;
188
struct
pxe_pvt_inode
*socket = PVT(inode);
189
struct
pxe_pvt_inode
*ctlsock;
207
socket->ctl = alloc_inode(inode->fs, 0, sizeof(struct
pxe_pvt_inode
));
tftp.c
22
struct
pxe_pvt_inode
*socket = PVT(inode);
45
struct
pxe_pvt_inode
*socket = PVT(inode);
65
struct
pxe_pvt_inode
*socket = PVT(inode);
88
struct
pxe_pvt_inode
*socket = PVT(inode);
188
struct
pxe_pvt_inode
*socket = PVT(inode);
pxe.c
32
struct inode *inode = alloc_inode(fs, 0, sizeof(struct
pxe_pvt_inode
));
45
struct
pxe_pvt_inode
*socket = PVT(inode);
54
struct
pxe_pvt_inode
*socket = PVT(inode);
153
struct
pxe_pvt_inode
*socket = PVT(inode);
176
struct
pxe_pvt_inode
*socket = PVT(inode);
200
struct
pxe_pvt_inode
*socket = PVT(inode);
677
struct
pxe_pvt_inode
*socket = PVT(inode);
pxe.h
136
struct
pxe_pvt_inode
{
struct
151
#define PVT(i) ((struct
pxe_pvt_inode
*)((i)->pvt))
http.c
158
struct
pxe_pvt_inode
*socket = PVT(inode);
/external/syslinux/core/legacynet/
core.c
26
int core_udp_open(struct
pxe_pvt_inode
*socket __unused)
41
void core_udp_close(struct
pxe_pvt_inode
*socket)
56
void core_udp_connect(struct
pxe_pvt_inode
*socket, uint32_t ip,
71
void core_udp_disconnect(struct
pxe_pvt_inode
*socket __unused)
85
int core_udp_recv(struct
pxe_pvt_inode
*socket, void *buf, uint16_t *buf_len,
123
void core_udp_send(struct
pxe_pvt_inode
*socket, const void *data, size_t len)
158
void core_udp_sendto(struct
pxe_pvt_inode
*socket, const void *data, size_t len,
/external/syslinux/efi/
tcp.c
15
int core_tcp_open(struct
pxe_pvt_inode
*socket)
50
int core_tcp_connect(struct
pxe_pvt_inode
*socket, uint32_t ip, uint16_t port)
116
bool core_tcp_is_connected(struct
pxe_pvt_inode
*socket)
124
int core_tcp_write(struct
pxe_pvt_inode
*socket, const void *data,
176
struct
pxe_pvt_inode
*socket = PVT(inode);
204
struct
pxe_pvt_inode
*socket = PVT(inode);
udp.c
64
int core_udp_open(struct
pxe_pvt_inode
*socket)
120
void core_udp_close(struct
pxe_pvt_inode
*socket)
139
void core_udp_connect(struct
pxe_pvt_inode
*socket, uint32_t ip,
171
void core_udp_disconnect(struct
pxe_pvt_inode
*socket)
208
int core_udp_recv(struct
pxe_pvt_inode
*socket, void *buf, uint16_t *buf_len,
283
void core_udp_send(struct
pxe_pvt_inode
*socket, const void *data, size_t len)
343
void core_udp_sendto(struct
pxe_pvt_inode
*socket, const void *data,
Completed in 151 milliseconds