Searched defs:altcp_get_ip (Results 1 – 2 of 2) sorted by relevance
199 #define altcp_get_ip(pcb, local) ((local) ? (&(pcb)->local_ip) : (&(pcb)->remote_ip)) macro
487 altcp_get_ip(struct altcp_pcb *conn, int local) in altcp_get_ip() function