Searched refs:GET_V4 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_stf.c | 141 #define GET_V4(x) (&(x)->s6_addr16[1]) macro 347 if (bcmp(GET_V4(&addr6), &ip.ip_dst, sizeof(ip.ip_dst)) != 0) in stf_encapcheck() 357 bcopy(GET_V4(&addr6), &a, sizeof(a)); in stf_encapcheck() 358 bcopy(GET_V4(&mask6), &mask, sizeof(mask)); in stf_encapcheck() 388 bcopy(GET_V4(&sin6->sin6_addr), &in, sizeof(in)); in stf_getsrcifa6() 466 ptr = GET_V4(&ip6->ip6_dst); in stf_output() 468 ptr = GET_V4(&dst6->sin6_addr); in stf_output() 497 bcopy(GET_V4(&addr6), &ip->ip_src, sizeof(ip->ip_src)); in stf_output() 594 bcopy(GET_V4(in6), &in4, sizeof(in4)); in stf_checkaddr6() 725 bcopy(GET_V4(&sin6->sin6_addr), &addr, sizeof(addr)); in stf_ioctl()
|