Searched refs:ether_ntoa_buf (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | net_bridge.c | 716 ether_ntoa_buf(const ether_addr_t *n, char * buf, int buf_size) in ether_ntoa_buf() function 786 ether_ntoa_buf((const ether_addr_t *)earp->arp_sha, in arp_frame_validate() 789 ether_ntoa_buf((const ether_addr_t *)earp->arp_tha, in arp_frame_validate() 950 ether_ntoa_buf((const ether_addr_t *)&eh_p->ether_dhost, in ethernet_frame_validate() 952 ether_ntoa_buf((const ether_addr_t *)&eh_p->ether_shost, in ethernet_frame_validate() 2273 ether_ntoa_buf(dst_eaddr, ntoabuf, sizeof(ntoabuf)); in bridge_learning_test() 3389 ether_ntoa_buf((const ether_addr_t *)&ifba->ifba_dst, in bridge_rt_table_log() 3483 ether_ntoa_buf((const ether_addr_t *)&scan->ifbmne_mac, in bridge_mac_nat_entries_log() 3997 ether_ntoa_buf(ðer_broadcast, ntoabuf, sizeof(ntoabuf)); in filter_test()
|