Searched refs:altcp_get_ip (Results 1 – 3 of 3) sorted by relevance
129 ip_addr_t *altcp_get_ip(struct altcp_pcb *conn, int local);198 #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() function673 return altcp_get_ip(conn->inner_conn, local); in altcp_default_get_ip()
1034 const char *ipa = ipaddr_ntoa(altcp_get_ip(pcb, 1)); in smtp_prepare_helo()