Searched refs:ntopbuf (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/tests/ |
| H A D | inet_transfer.c | 377 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 D | net_bridge.c | 3087 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 D | if_bridge.c | 7785 char ntopbuf[MAX_IPv6_STR_LEN]; 7790 (void)inet_ntop(af, &mne->mne_u, ntopbuf, sizeof(ntopbuf)); 7800 ntopbuf, etopbuf);
|