Searched defs:local_ip (Results 1 - 8 of 8) sorted by relevance
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_init.c | 526 void ares_set_local_ip4(ares_channel_t *channel, unsigned int local_ip) in ares_set_local_ip4() argument
|
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_mib2_tcp.c | 206 ip4_addr_t local_ip; in tcp_ConnTable_get_cell_value() local 332 ip_addr_t local_ip, remote_ip; in tcp_ConnectionTable_get_cell_value() local 441 ip_addr_t local_ip; tcp_ListenerTable_get_cell_value() local [all...] |
| H A D | snmp_mib2_udp.c | 120 ip_addr_t local_ip, remote_ip; in udp_endpointTable_get_cell_value() local [all...] |
| /third_party/lwip/test/unit/tcp/ |
| H A D | tcp_helper.c | 146 tcp_set_state(struct tcp_pcb* pcb, enum tcp_state state, const ip_addr_t* local_ip, in tcp_set_state() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | lsof.c | 176 char local_ip[INET6_ADDRSTRLEN] = {0}; in scan_ip() local
|
| /third_party/lwip/src/core/ |
| H A D | tcp_out.c | 1310 const ip_addr_t *local_ip = ip_netif_get_local_ip(netif, &pcb->remote_ip); in tcp_output() local 1993 tcp_rst(const struct tcp_pcb *pcb, u32_t seqno, u32_t ackno, const ip_addr_t *local_ip, const ip_addr_t *remote_ip, u16_t local_port, u16_t remote_port) tcp_rst() argument [all...] |
| H A D | tcp.c | 1277 const ip_addr_t *local_ip = ip_netif_get_local_ip(netif, ipaddr); global() local [all...] |
| /third_party/curl/lib/ |
| H A D | connect.c | 147 Curl_persistconninfo(struct Curl_easy *data, struct connectdata *conn, char *local_ip, int local_port) Curl_persistconninfo() argument
|
Completed in 11 milliseconds