Home
last modified time | relevance | path

Searched refs:ntopbuf_ip (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/tests/
H A Dnet_bridge.c301 char ntopbuf_ip[INET_ADDRSTRLEN]; in siocaifaddr() local
320 inet_ntop(AF_INET, &addr, ntopbuf_ip, sizeof(ntopbuf_ip)); in siocaifaddr()
323 ifname, ntopbuf_ip, ntopbuf_mask); in siocaifaddr()
346 char ntopbuf_ip[INET6_ADDRSTRLEN];
366 inet_ntop(AF_INET6, addr, ntopbuf_ip, sizeof(ntopbuf_ip));
368 ifname, ntopbuf_ip);
1547 char ntopbuf_ip[INET6_ADDRSTRLEN]; in switch_port_list_add_port() local
1596 inet_ntop(AF_INET6, &p->ip6, ntopbuf_ip, sizeof(ntopbuf_ip)); in switch_port_list_add_port()
1597 T_LOG("%s %s", ifname, ntopbuf_ip); in switch_port_list_add_port()
3274 char ntopbuf_ip[INET6_ADDRSTRLEN]; in bridge_setup() local
[all …]