HomeSort by relevance Sort by last modified time
    Searched refs:IN6_IS_ADDR_UNSPECIFIED (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/iputils/ninfod/
ninfod_name.c 307 if ((changed || forced) && !IN6_IS_ADDR_UNSPECIFIED(&nigroup.ipv6mr_multiaddr)) {
ninfod_addrs.c 138 if (IN6_IS_ADDR_UNSPECIFIED(ifaddr) ||
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 183 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6.sin6_addr)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 237 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /external/android-clat/
config.c 365 if (!IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_host_id)) {
clatd.c 290 if (IN6_IS_ADDR_UNSPECIFIED(&Global_Clatd_Config.ipv6_local_subnet)) {
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c 226 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr))
374 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr))
506 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr))
    [all...]
sctp_pcb.c     [all...]
sctp_usrreq.c     [all...]
sctp_sysctl.c 337 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr))
    [all...]
sctputil.c     [all...]
sctp_output.c 1944 if (IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr)) {
    [all...]
  /external/iputils/
ping6.c 877 if (IN6_IS_ADDR_UNSPECIFIED(&firsthop.sin6_addr)) {
939 if (IN6_IS_ADDR_UNSPECIFIED(&firsthop.sin6_addr)) {
955 if (IN6_IS_ADDR_UNSPECIFIED(&source.sin6_addr)) {
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/
in6.h 254 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
in.h 399 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 399 #define IN6_IS_ADDR_UNSPECIFIED(a) \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 595 def IN6_IS_ADDR_UNSPECIFIED(a): return \
  /bionic/libc/dns/resolv/
res_send.c 264 (IN6_IS_ADDR_UNSPECIFIED(&srv6->sin6_addr) ||
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 925 if (IN6_IS_ADDR_UNSPECIFIED(&sin6_p->sin6_addr)) {
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]

Completed in 3005 milliseconds

1 2 34