HomeSort by: relevance | last modified time | path
    Searched defs:str_ipaddr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
uipc_mbufdebug.c 64 static char *str_ipaddr(const struct in_addr *);
171 str_ipaddr(const struct in_addr *ap) function in typeref:typename:char *
541 (*pr)("ARP: IP Src = %s\n", str_ipaddr(&isaddr));
555 (*pr)("ARP: IP Tgt = %s\n", str_ipaddr(&itaddr));
599 (*pr)("IP: Src = %s\n", str_ipaddr(&ip.ip_src));
600 (*pr)("IP: Dst = %s\n", str_ipaddr(&ip.ip_dst));

Completed in 34 milliseconds