Searched defs:recv (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Drecv.c2 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 Draw.h49 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 Dudp.h67 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 Dstats.h46 u16_t recv; /* Received packets. */ member in struct:stats_proto
H A Dsockets.h117 /* Flags we can use with send and recv. */
259 #define recv(a,b,c,d) lwip_recv(a,b,c,d) macro
H A Dtcp.h64 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 Dgdbstub.h40 size_t ( * recv ) ( char *buf, size_t len ); member in struct:gdb_transport
H A Dinfiniband.h167 struct ib_work_queue recv; member in struct:ib_queue_pair
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Draw.h97 } 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 Dudp.h141 }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 Dstats.h60 STAT_COUNTER recv; /* Received packets. */ member in struct:stats_proto
75 STAT_COUNTER recv; /* Received packets. */ member in struct:stats_igmp
H A Dtcp.h260 tcp_recv_fn recv; member in struct:tcp_pcb
334 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
H A Dsockets.h179 /* 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 Drcio.h74 recv = PR_SHUTDOWN_RCV, /* receives will be disallowed */ enumerator in enum:__anon17210
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Draw.c121 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 Dtcp.c162 * (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 Dcr_net.h77 CRNetReceiveFunc recv; member in struct:__recvFuncList
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.h360 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 Dhermon.h674 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 Dprio.h479 PRRecvFN recv; /* Solicit up the the specified bytes */ member in struct:PRIOMethods
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 241 milliseconds