Searched defs:backlog (Results 1 – 15 of 15) sorted by relevance
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| D | api_msg.h | 175 u8_t backlog; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/ |
| D | altcp.h | 108 #define altcp_listen_with_backlog(conn, backlog) altcp_listen_with_backlog_and_err(conn, backlog, N… argument
|
| D | tcp.h | 343 u8_t backlog; member
|
| D | sockets.h | 2464 #define listen(s,backlog) lwip_listen(s,backlog) argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/ |
| D | altcp_tcp.c | 284 altcp_tcp_listen(struct altcp_pcb *conn, u8_t backlog, err_t *err) in altcp_tcp_listen()
|
| D | altcp.c | 329 altcp_listen_with_backlog_and_err(struct altcp_pcb *conn, u8_t backlog, err_t *err) in altcp_listen_with_backlog_and_err()
|
| D | tcp.c | 1056 tcp_listen_with_backlog(struct tcp_pcb *pcb, u8_t backlog) in tcp_listen_with_backlog() 1079 tcp_listen_with_backlog_and_err(struct tcp_pcb *pcb, u8_t backlog, err_t *err) in tcp_listen_with_backlog_and_err()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/api/ |
| D | api_lib.c | 494 netconn_listen_with_backlog(struct netconn *conn, u8_t backlog) in netconn_listen_with_backlog()
|
| D | api_msg.c | 1745 u8_t backlog; local
|
| D | sockets.c | 1337 lwip_listen(int s, int backlog) in lwip_listen()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/priv/ |
| D | api_msg.h | 186 u8_t backlog; member
|
| /device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
| D | l2cap_sock.c | 286 static int l2cap_sock_listen(struct socket *sock, int backlog) in l2cap_sock_listen()
|
| D | sco.c | 621 static int sco_sock_listen(struct socket *sock, int backlog) in sco_sock_listen()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | tcp.h | 342 u8_t backlog; member
|
| D | sockets.h | 2467 #define listen(s, backlog) lwip_listen(s, backlog) argument
|