Home
last modified time | relevance | path

Searched defs:recv (Results 1 – 12 of 12) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Draw.h92 raw_recv_fn recv; member
H A Dudp.h110 udp_recv_fn recv; member
H A Daltcp.h76 altcp_recv_fn recv; member
H A Dstats.h66 STAT_COUNTER recv; /* Received packets. */ member
82 STAT_COUNTER recv; /* Received packets. */ member
H A Dtcp.h354 tcp_recv_fn recv; member
H A Dsockets.h638 #define recv(s,mem,len,flags) lwip_recv(s,mem,len,flags) macro
/btstack/3rd-party/lwip/core/src/core/
H A Draw.c334 raw_recv(struct raw_pcb *pcb, raw_recv_fn recv, void *recv_arg) in raw_recv()
H A Dudp.c1162 udp_recv(struct udp_pcb *pcb, udp_recv_fn recv, void *recv_arg) in udp_recv()
H A Daltcp.c237 altcp_recv(struct altcp_pcb *conn, altcp_recv_fn recv) in altcp_recv()
H A Dtcp.c2017 tcp_recv(struct tcp_pcb *pcb, tcp_recv_fn recv) in tcp_recv()
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c243 recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in recv() function
/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c189 struct sntp_time recv; member