Searched refs:ntopbuf (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/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 | 3479 char ntopbuf[INET6_ADDRSTRLEN]; in bridge_mac_nat_entries_log() local 3486 ntopbuf, sizeof(ntopbuf)); in bridge_mac_nat_entries_log() 3488 scan->ifbmne_ifname, ntopbuf, ntoabuf, in bridge_mac_nat_entries_log()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_bridge.c | 7395 char ntopbuf[MAX_IPv6_STR_LEN]; 7400 (void)inet_ntop(af, &mne->mne_u, ntopbuf, sizeof(ntopbuf)); 7410 ntopbuf, etopbuf);
|