Searched refs:host_ip (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-msnlb.c47 u_int32_t host_ip; member in struct:msnlb_heartbeat_pkt
62 ND_PRINT((ndo, " host IP: %s", ipaddr_string(&(hb->host_ip))));
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_socket.c109 static int host_ip(char *str, unsigned char ip[4]);
242 if (!host_ip(host,&(ip[0])))
491 if ((ip != NULL) && !host_ip(str,ip))
502 static int host_ip(char *str, unsigned char ip[4]) function

Completed in 72 milliseconds