/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | recv.c | 2 Implement the recv API. 21 The recv routine waits for receive data from a remote network 27 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">POSIX</a> 44 recv ( function
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | raw.h | 49 u8_t (* recv)(void *arg, struct raw_pcb *pcb, struct pbuf *p, member in struct:raw_pcb 62 u8_t (* recv)(void *arg, struct raw_pcb *pcb,
|
H A D | udp.h | 67 void (* recv)(void *arg, struct udp_pcb *pcb, struct pbuf *p, member in struct:udp_pcb 84 void (* recv)(void *arg, struct udp_pcb *upcb,
|
H A D | stats.h | 46 u16_t recv; /* Received packets. */ member in struct:stats_proto
|
H A D | sockets.h | 117 /* Flags we can use with send and recv. */ 259 #define recv(a,b,c,d) lwip_recv(a,b,c,d) macro
|
H A D | tcp.h | 64 err_t (* recv)(void *arg, struct tcp_pcb *tpcb, 293 err_t (* recv)(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err); member in struct:tcp_pcb 376 if((pcb)->recv != NULL) \ 377 { ret = (pcb)->recv((pcb)->callback_arg,(pcb),(p),(err)); } else { \
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | gdbstub.h | 40 size_t ( * recv ) ( char *buf, size_t len ); member in struct:gdb_transport
|
H A D | infiniband.h | 167 struct ib_work_queue recv; member in struct:ib_queue_pair
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | raw.h | 97 } recv; member in struct:raw_pcb 98 /* user-supplied argument for the recv callback */ 109 void raw_recv (struct raw_pcb *pcb, raw_recv_fn recv, void *recv_arg);
|
H A D | udp.h | 141 }recv; member in struct:udp_pcb 142 /** user-supplied argument for the recv callback */ 160 void udp_recv (struct udp_pcb *pcb, udp_recv_fn recv,
|
H A D | stats.h | 60 STAT_COUNTER recv; /* Received packets. */ member in struct:stats_proto 75 STAT_COUNTER recv; /* Received packets. */ member in struct:stats_igmp
|
H A D | tcp.h | 260 tcp_recv_fn recv; member in struct:tcp_pcb 334 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
|
H A D | sockets.h | 179 /* Flags we can use with send and recv. */ 411 #define recv(a,b,c,d) lwip_recv(a,b,c,d) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcio.h | 74 recv = PR_SHUTDOWN_RCV, /* receives will be disallowed */ enumerator in enum:__anon17210
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | raw.c | 121 if (pcb->recv.ip4 != NULL) { 126 eaten = pcb->recv.ip4(pcb->recv_arg, pcb, p, ip_current_src_addr()); 140 LWIP_ASSERT("raw pcb recv callback altered pbuf payload pointer without eating packet", 210 raw_recv(struct raw_pcb *pcb, raw_recv_fn recv, void *recv_arg) argument 212 /* remember recv() callback and user data */ 213 pcb->recv.ip4 = recv;
|
H A D | tcp.c | 162 * (tcp_recved() not called for all data passed to recv callback). 1168 /** Pass pcb->refused_data to the recv callback */ 1279 * a recv callback for the pcb. 1419 pcb->recv = tcp_recv_null; 1492 * @param pcb tcp_pcb to set the recv callback 1493 * @param recv callback function to call for this pcb when data is received 1496 tcp_recv(struct tcp_pcb *pcb, tcp_recv_fn recv) argument 1498 LWIP_ASSERT("invalid socket state for recv callback", pcb->state != LISTEN); 1499 pcb->recv = recv; [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_net.h | 77 CRNetReceiveFunc recv; member in struct:__recvFuncList
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | arbel.h | 360 struct arbelprm_recv_wqe recv; member in union:arbel_recv_wqe 406 struct arbel_recv_work_queue recv; member in struct:arbel_queue_pair
|
H A D | hermon.h | 674 struct hermonprm_recv_wqe recv; member in union:hermon_recv_wqe 726 struct hermon_recv_work_queue recv; member in struct:hermon_queue_pair
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prio.h | 479 PRRecvFN recv; /* Solicit up the the specified bytes */ member in struct:PRIOMethods
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |