Searched refs:accept (Results 1 – 9 of 9) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | tcp.h | 148 #define DEF_ACCEPT_CALLBACK tcp_accept_fn accept; 319 void tcp_accept (struct tcp_pcb *pcb, tcp_accept_fn accept);
|
| D | tcp_impl.h | 214 if((pcb)->accept != NULL) \ 215 (ret) = (pcb)->accept((pcb)->callback_arg,(pcb),(err)); \
|
| D | sockets.h | 346 #define accept(a,b,c) lwip_accept(a,b,c) macro
|
| /lib/liblwip/src/core/ |
| D | tcp.c | 563 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()
|
| D | tcp_in.c | 492 npcb->accept = pcb->accept; in tcp_listen_input() 691 LWIP_ASSERT("pcb->accept != NULL", pcb->accept != NULL); in tcp_process()
|
| /lib/liblwip/ |
| D | UPGRADING | 32 * LWIP_SO_RCVTIMEO: when accept() or recv() time out, they
|
| D | CHANGELOG | 262 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/ |
| D | rawapi.txt | 147 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/ |
| D | Doxyfile | 709 # 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
|