Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/
H A Dinet_transfer.c377 inet_sockaddr_ntop(inet_sockaddr_t addr, char * ntopbuf, u_int ntopbuf_size)
386 return inet_ntop(addr->sa.sa_family, ptr, ntopbuf, ntopbuf_size);
H A Dnet_bridge.c3087 char ntopbuf[INET6_ADDRSTRLEN]; in bridge_mac_nat_entries_log() local
3094 ntopbuf, sizeof(ntopbuf)); in bridge_mac_nat_entries_log()
3096 scan->ifbmne_ifname, ntopbuf, ntoabuf, in bridge_mac_nat_entries_log()
/xnu-10002.81.5/bsd/net/
H A Dif_bridge.c7785 char ntopbuf[MAX_IPv6_STR_LEN];
7790 (void)inet_ntop(af, &mne->mne_u, ntopbuf, sizeof(ntopbuf));
7800 ntopbuf, etopbuf);