Searched refs:ntopbuf_ip (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | net_bridge.c | 397 char ntopbuf_ip[INET_ADDRSTRLEN]; in siocaifaddr() local 416 inet_ntop(AF_INET, &addr, ntopbuf_ip, sizeof(ntopbuf_ip)); in siocaifaddr() 419 ifname, ntopbuf_ip, ntopbuf_mask); in siocaifaddr() 442 char ntopbuf_ip[INET6_ADDRSTRLEN]; 462 inet_ntop(AF_INET6, addr, ntopbuf_ip, sizeof(ntopbuf_ip)); 464 ifname, ntopbuf_ip); 1775 char ntopbuf_ip[INET6_ADDRSTRLEN]; in switch_port_list_add_port() local 1823 inet_ntop(AF_INET6, &p->ip6, ntopbuf_ip, sizeof(ntopbuf_ip)); in switch_port_list_add_port() 1824 T_LOG("%s %s", ifname, ntopbuf_ip); in switch_port_list_add_port() 3652 char ntopbuf_ip[INET6_ADDRSTRLEN]; in bridge_setup() local [all …]
|