| /components/net/sal/include/socket/sys_socket/sys/ |
| A D | socket.h | 34 int listen(int s, int backlog); 56 #define listen(s, backlog) sal_listen(s, backlog)
|
| /components/net/sal/socket/ |
| A D | net_sockets.c | 370 int listen(int s, int backlog) in listen() function 376 RTM_EXPORT(listen);
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 74 int (*listen) (int s, int backlog); member
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | altcp_priv.h | 97 altcp_listen_fn listen; member
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | altcp.c | 331 if (conn && conn->fns && conn->fns->listen) { in altcp_listen_with_backlog_and_err() 332 return conn->fns->listen(conn, backlog, err); in altcp_listen_with_backlog_and_err()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | sockets.h | 463 #define lwip_listen listen 532 #define listen(s,backlog) lwip_listen(s,backlog) macro
|
| /components/net/sal/impl/ |
| A D | af_inet_lwip.c | 299 .listen = lwip_listen,
|
| /components/net/at/at_socket/ |
| A D | at_socket.h | 113 struct at_listen_state listen; member
|
| A D | at_socket.c | 722 sock->listen.port = port; in at_bind() 771 if (at_sock && at_sock->magic == AT_SOCKET_MAGIC && at_sock->listen.is_listen == RT_TRUE) in at_connect_notice_cb() 878 sock->listen.is_listen = RT_TRUE; in at_listen()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | sockets.h | 560 #define lwip_listen listen 649 #define listen(s,backlog) lwip_listen(s,backlog) macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | sockets.h | 357 #define listen(a,b) lwip_listen(a,b) macro
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 102 tcp_new() function. This PCB can then be either set to listen for new 141 in the listen queue to the value specified by the backlog argument. 149 queued in the listen backlog. 335 can be IP_ADDR_ANY to indicate that it should listen to any local IP
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 148 void (*listen) (ppp_pcb *pcb, void *ctx); member
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 144 void (*listen) (ppp_pcb *pcb, void *ctx); member
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | ppp.c | 314 if (pcb->link_cb->listen) { in ppp_listen() 316 pcb->link_cb->listen(pcb, pcb->link_ctx_cb); in ppp_listen()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | ppp.c | 303 if (pcb->link_cb->listen) { in ppp_listen() 305 pcb->link_cb->listen(pcb, pcb->link_ctx_cb); in ppp_listen()
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 132 tcp_new() function. This PCB can then be either set to listen for new 171 in the listen queue to the value specified by the backlog argument. 345 can be IP_ADDR_ANY to indicate that it should listen to any local IP
|
| A D | ppp.txt | 334 * The listen call is meant for future support of PPPoE and PPPoL2TP server
|
| /components/net/sal/src/ |
| A D | sal_socket.c | 890 SAL_NETDEV_SOCKETOPS_VALID(sock->netdev, pf, listen); in sal_listen() 892 return pf->skt_ops->listen((int)(size_t)sock->user_data, backlog); in sal_listen()
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 42 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
|
| A D | CHANGELOG | 771 listen() will cause a error 1598 * tcp.c: Fixed bug #30728: tcp_new_port() did not check listen pcbs 2356 Accepts_pending is decrease on a corresponding listen pcb when a connection 2514 sockets.c, init.c: task #7252: Implement TCP listen backlog: Warning: raw API 3093 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 77 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
|
| A D | CHANGELOG | 1024 listen() will cause a error 1851 * tcp.c: Fixed bug #30728: tcp_new_port() did not check listen pcbs 2609 Accepts_pending is decrease on a corresponding listen pcb when a connection 2767 sockets.c, init.c: task #7252: Implement TCP listen backlog: Warning: raw API 3346 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | ppp.txt | 334 * The listen call is meant for future support of PPPoE and PPPoL2TP server
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 642 * tcp.c: Fixed bug #30728: tcp_new_port() did not check listen pcbs 1400 Accepts_pending is decrease on a corresponding listen pcb when a connection 1558 sockets.c, init.c: task #7252: Implement TCP listen backlog: Warning: raw API 2137 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
|