Searched refs:tcp_tcp_get_tcp_addrinfo (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/ |
D | 0011-remove-gazelle-tcp-conn-func.patch | 15 @@ -2484,84 +2484,6 @@ tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u1…
|
D | 0002-adapt-lstack.patch | 2565 @@ -2384,6 +2476,84 @@ tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u1… 4748 @@ -481,6 +553,26 @@ err_t tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_a…
|
/third_party/lwip/src/include/lwip/ |
D | tcp.h | 489 err_t tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u16_t *p…
|
/third_party/lwip/src/core/ |
D | altcp_tcp.c | 493 return tcp_tcp_get_tcp_addrinfo(pcb, local, addr, port); in altcp_tcp_get_tcp_addrinfo()
|
D | tcp.c | 2541 tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u16_t *port) function
|