Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dnet_bridge.c388 char buf_dst[INET_ADDRSTRLEN]; in ip_frame_validate() local
400 buf_dst, sizeof(buf_dst)); in ip_frame_validate()
403 buf_src, buf_dst, ip_len, in ip_frame_validate()
438 char buf_dst[INET6_ADDRSTRLEN]; in ip6_frame_validate() local
448 inet_ptrtop(AF_INET6, &ip6->ip6_dst, buf_dst, sizeof(buf_dst)); in ip6_frame_validate()
450 T_LOG("ip6 src %s dst %s len %u", buf_src, buf_dst, ip6_len); in ip6_frame_validate()