Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 9 of 9) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp.h148 #define DEF_ACCEPT_CALLBACK tcp_accept_fn accept;
319 void tcp_accept (struct tcp_pcb *pcb, tcp_accept_fn accept);
Dtcp_impl.h214 if((pcb)->accept != NULL) \
215 (ret) = (pcb)->accept((pcb)->callback_arg,(pcb),(err)); \
Dsockets.h346 #define accept(a,b,c) lwip_accept(a,b,c) macro
/lib/liblwip/src/core/
Dtcp.c563 lpcb->accept = tcp_accept_null; in tcp_listen_with_backlog()
1436 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept) in tcp_accept() argument
1440 pcb->accept = accept; in tcp_accept()
Dtcp_in.c492 npcb->accept = pcb->accept; in tcp_listen_input()
691 LWIP_ASSERT("pcb->accept != NULL", pcb->accept != NULL); in tcp_process()
/lib/liblwip/
DUPGRADING32 * LWIP_SO_RCVTIMEO: when accept() or recv() time out, they
DCHANGELOG262 accept() on UDP connections
1395 by moving accept callback function pointer to TCP_PCB_COMMON
1569 applications have to call 'tcp_accepted(pcb)' in their accept callback to
1929 * api_lib.c: Implement SO_RCVTIMEO for accept and recv on TCP
2270 * igmp.c: Fix bug #20595 to accept IGMPv3 "Query" messages.
2771 in accept() by Kevin Lawson.
3091 * The address of new connections in the accept() function in the BSD
/lib/liblwip/doc/
Drawapi.txt147 usually be called from the accept callback. This allows lwIP to perform
151 into the accept callback!
154 err_t (* accept)(void *arg, struct tcp_pcb *newpcb,
/docs/
DDoxyfile709 # accept a match between prototype and implementation in such cases.
847 # function parameter documentation. If set to NO, doxygen will accept that some
864 # undocumented enumeration values. If set to NO, doxygen will accept