Searched refs:buf_dst (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/tests/ |
| H A D | net_bridge.c | 711 char buf_dst[INET_ADDRSTRLEN]; in ip_frame_validate() local 723 buf_dst, sizeof(buf_dst)); in ip_frame_validate() 726 buf_src, buf_dst, ip_len, in ip_frame_validate() 761 char buf_dst[INET6_ADDRSTRLEN]; in ip6_frame_validate() local 771 inet_ptrtop(AF_INET6, &ip6->ip6_dst, buf_dst, sizeof(buf_dst)); in ip6_frame_validate() 773 T_LOG("ip6 src %s dst %s len %u", buf_src, buf_dst, ip6_len); in ip6_frame_validate()
|