Home
last modified time | relevance | path

Searched defs:altcp_get_ip (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Daltcp.h193 #define altcp_get_ip(pcb, local) ((local) ? (&(pcb)->local_ip) : (&(pcb)->remote_ip)) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Daltcp.c487 altcp_get_ip(struct altcp_pcb *conn, int local) in altcp_get_ip() function