Search | Google it | Results 1 - 1 of 1 for funcall:IN6_IS_ADDR_UNSPECIFIED from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_tun.c (0.00 seconds) |
510: sin = (struct sockaddr_in6 *)ifa->ifa_addr; 511: if (!IN6_IS_ADDR_UNSPECIFIED(&sin->sin6_addr)) 512: tp->tun_flags |= TUN_IASET; 516: if (sin && 517: !IN6_IS_ADDR_UNSPECIFIED(&sin->sin6_addr)) 518: tp->tun_flags |= TUN_DSTADDR;