Home
last modified time | relevance | path

Searched refs:tcp_tcp_get_tcp_addrinfo (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/
D0011-remove-gazelle-tcp-conn-func.patch15 @@ -2484,84 +2484,6 @@ tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u1…
D0002-adapt-lstack.patch2565 @@ -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/
Dtcp.h489 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/
Daltcp_tcp.c493 return tcp_tcp_get_tcp_addrinfo(pcb, local, addr, port); in altcp_tcp_get_tcp_addrinfo()
Dtcp.c2541 tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u16_t *port) function