Searched refs:recv (Results 26 - 50 of 87) sorted by relevance

1234

/barrelfish-2018-10-04/usr/tests/thcidctest/
H A Dthcidctest.c84 cl.recv.pong(&cl, &len);
89 cl.recv.pong(&cl, &total);
101 cl.recv.slow_reply(&cl, &v);
111 cl.recv.pong(&cl, &val);
120 cl.recv.testrpc(&cl, &result_val);
214 cl.recv.testrpc(&cl, &response);
263 fprintf(stderr, " recv %d\n", (int)response);
271 fprintf(stderr, " recv %d\n", (int)response);
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dstats.c68 LWIP_PLATFORM_DIAG(("recv: %"STAT_COUNTER_F"\n\t", proto->recv));
87 LWIP_PLATFORM_DIAG(("recv: %"STAT_COUNTER_F"\n\t", igmp->recv));
H A Dudp.c177 * recv function. If no pcb is found or the datagram is incorrect, the
198 UDP_STATS_INC(udp.recv);
364 if (mpcb->recv != NULL) {
377 mpcb->recv(mpcb->recv_arg, mpcb, q, ip_current_src_addr(), src);
391 if (pcb->recv != NULL) {
392 /* now the recv function is responsible for freeing p */
393 pcb->recv(pcb->recv_arg, pcb, p, ip_current_src_addr(), src);
395 /* no recv function registered? then we have to free the pbuf! */
1048 * @param pcb the pcb for which to set the recv callback
1049 * @param recv functio
1053 udp_recv(struct udp_pcb *pcb, udp_recv_fn recv, void *recv_arg) argument
[all...]
/barrelfish-2018-10-04/lib/octopus/client/
H A Dnameservice_client.c73 cl->recv.trigger(cl, &mode, &fn, &state, &record);
H A Dlocking.c104 err = cl->recv.trigger(cl, &tid, NULL, &mode, NULL, NULL);
H A Dsemaphores.c124 cl->recv.trigger(cl, NULL, NULL, NULL, NULL, NULL);
/barrelfish-2018-10-04/include/openssl/local/
H A De_os.h154 #define readsocket(s,b,n) recv((s),(b),(n),0)
174 #define readsocket(s,b,n) recv((s),(b),(n),0)
188 #define readsocket(s,b,n) recv((s),(b),(n),0)
197 #define readsocket(s,b,n) recv((s),(b),(n),0)
200 #define readsocket(s,b,n) recv((s),(char*)(b),(n),0)
206 #define readsocket(s,b,n) recv((s),(b),(n),0)
526 # define SSLeay_Read(a,b,c) recv((a),(b),(c),0)
561 # define SSLeay_Read(a,b,c) recv((a),(b),(c),0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A De_os.h154 #define readsocket(s,b,n) recv((s),(b),(n),0)
174 #define readsocket(s,b,n) recv((s),(b),(n),0)
188 #define readsocket(s,b,n) recv((s),(b),(n),0)
197 #define readsocket(s,b,n) recv((s),(b),(n),0)
200 #define readsocket(s,b,n) recv((s),(char*)(b),(n),0)
206 #define readsocket(s,b,n) recv((s),(b),(n),0)
525 # define SSLeay_Read(a,b,c) recv((a),(b),(c),0)
560 # define SSLeay_Read(a,b,c) recv((a),(b),(c),0)
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dudp.h106 udp_recv_fn recv; member in struct:udp_pcb
107 /** user-supplied argument for the recv callback */
123 void udp_recv (struct udp_pcb *pcb, udp_recv_fn recv,
H A Dtcp.h297 tcp_recv_fn recv; member in struct:tcp_pcb
357 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
H A Dstats.h66 STAT_COUNTER recv; /* Received packets. */ member in struct:stats_proto
82 STAT_COUNTER recv; /* Received packets. */ member in struct:stats_igmp
/barrelfish-2018-10-04/usr/examples/xmpl-thc-binding/
H A Dthc-binding.c41 cl->recv.myresponse(cl, s);
47 cl->recv.myrpc(cl, s);
/barrelfish-2018-10-04/lib/lwip2/doc/
H A DNO_SYS_SampleCode.c96 LINK_STATS_INC(link.recv);
/barrelfish-2018-10-04/usr/bench/thc_v_flounder/
H A Dempty.c107 err = cl->recv.fsb_empty_reply(cl);
117 cl->recv.fsb_empty_reply(cl);
144 cl->recv.fsb_empty_reply(cl);
149 cl->recv.fsb_empty_reply(cl);
368 errval_t err = sv->recv.fsb_empty_request(sv);
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dudp.c79 * recv function. If no pcb is found or the datagram is incorrect, the
98 UDP_STATS_INC(udp.recv);
296 if (pcb->recv != NULL) {
297 /* now the recv function is responsible for freeing p */
298 pcb->recv(pcb->recv_arg, pcb, p, &(iphdr->src), src);
300 /* no recv function registered? then we have to free the pbuf! */
801 * @param pcb the pcb for wich to set the recv callback
802 * @param recv function pointer of the callback function
807 void (*recv) (void *arg, struct udp_pcb * upcb, struct pbuf * p,
810 /* remember recv() callbac
[all...]
H A Dstats.c56 LWIP_PLATFORM_DIAG(("recv: %" STAT_COUNTER_F "\n\t", proto->recv));
/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dtcp_priv.h198 if((pcb)->recv != NULL) { \
199 (ret) = (pcb)->recv((pcb)->callback_arg,(pcb),(p),(err));\
207 if(((pcb)->recv != NULL)) { \
208 (ret) = (pcb)->recv((pcb)->callback_arg,(pcb),NULL,ERR_OK);\
/barrelfish-2018-10-04/usr/tests/thcminitest/
H A Dthcminitest.c60 cl.recv.pong(&cl, &val);
/barrelfish-2018-10-04/lib/lwip/src/netif/
H A Dethernetif.c196 LINK_STATS_INC(link.recv);
H A Dslipif.c145 LINK_STATS_INC(link.recv);
/barrelfish-2018-10-04/lib/lwip/src/core/ipv6/
H A Dicmp6.c53 ICMP_STATS_INC(icmp.recv);
/barrelfish-2018-10-04/lib/lwip2/src/barrelfish/
H A Dnetif_barrelfish.c228 LINK_STATS_INC(link.recv);
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h68 err_t(*recv) (void *arg, struct tcp_pcb * tpcb,
378 err_t(*recv) (void *arg, struct tcp_pcb * pcb, struct pbuf * p, member in struct:tcp_pcb
487 if((pcb)->recv != NULL) { \
488 (ret) = (pcb)->recv((pcb)->callback_arg,(pcb),(p),(err)); \
/barrelfish-2018-10-04/lib/lwip2/src/apps/tftp/
H A Dtftp_server.c204 recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) function
412 udp_recv(pcb, recv, NULL);
/barrelfish-2018-10-04/lib/lwip2/src/netif/
H A Dethernetif.c235 LINK_STATS_INC(link.recv);

Completed in 118 milliseconds

1234