Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dnet_bridge.c807 char buf_dst[INET_ADDRSTRLEN]; in ip_frame_validate() local
819 buf_dst, sizeof(buf_dst)); in ip_frame_validate()
822 buf_src, buf_dst, ip_len, in ip_frame_validate()
857 char buf_dst[INET6_ADDRSTRLEN]; in ip6_frame_validate() local
867 inet_ptrtop(AF_INET6, &ip6->ip6_dst, buf_dst, sizeof(buf_dst)); in ip6_frame_validate()
869 T_LOG("ip6 src %s dst %s len %u", buf_src, buf_dst, ip6_len); in ip6_frame_validate()