HomeSort by relevance Sort by last modified time
    Searched refs:AF_UNSPEC (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libnl/src/lib/
rule.c 38 if ((err = rtnl_rule_alloc_cache(sk, AF_UNSPEC, &cache)) < 0)
51 if ((family = nl_str2af(arg)) != AF_UNSPEC)
neigh.c 50 a = nl_cli_addr_parse(arg, AF_UNSPEC);
70 if ((family = nl_str2af(arg)) == AF_UNSPEC)
link.c 37 if ((family = nl_str2af(arg)) == AF_UNSPEC)
  /external/libnl/src/
nl-util-addr.c 25 a = nl_cli_addr_parse(argv[1], AF_UNSPEC);
  /external/libnl/include/netlink/
cache-api.h 45 * return nl_rtgen_request(socket, RTM_GETLINK, AF_UNSPEC, NLM_F_DUMP);
84 * // family. If there is only one group, simply specify AF_UNSPEC.
152 #define END_OF_GROUP_LIST AF_UNSPEC, 0
  /external/c-ares/
ares__get_hostent.c 51 case AF_UNSPEC:
139 addr.family = AF_UNSPEC;
141 if ((family == AF_INET) || (family == AF_UNSPEC))
151 if ((family == AF_INET6) || ((family == AF_UNSPEC) && (!addrlen)))
  /system/extras/multinetwork/
common.h 36 family(AF_UNSPEC),
  /external/netperf/src/missing/
getaddrinfo.h 200 #ifndef AF_UNSPEC
201 #define AF_UNSPEC AF_INET
  /external/strace/xlat/
addrfams.h 6 #if defined(AF_UNSPEC) || (defined(HAVE_DECL_AF_UNSPEC) && HAVE_DECL_AF_UNSPEC)
7 XLAT(AF_UNSPEC),
  /external/libnl/lib/
addr.c 18 * struct nl_addr *a = nl_addr_parse("::1", AF_UNSPEC);
21 * a = nl_addr_parse("11:22:33:44:55:66", AF_UNSPEC);
221 * @arg hint Address family hint or AF_UNSPEC.
232 * HH:HH:HH:... variable AF_UNSPEC
247 int err, copy = 0, len = 0, family = AF_UNSPEC;
272 case AF_UNSPEC:
298 if (hint == AF_INET || hint == AF_UNSPEC) {
310 if (hint == AF_INET6 || hint == AF_UNSPEC) {
322 if ((hint == AF_LLC || hint == AF_UNSPEC) && strchr(str, ':')) {
344 if ((hint == AF_DECnet || hint == AF_UNSPEC) &
    [all...]
  /bionic/libc/bionic/
bionic_netlink.cpp 75 request.msg.rtgen_family = AF_UNSPEC; // All families.
  /development/ndk/platforms/android-3/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC
  /external/iproute2/ip/
ipnetconf.c 149 if (filter.family == AF_UNSPEC)
191 if (preferred_family == AF_UNSPEC) {
rtmon.c 77 int family = AF_UNSPEC;
165 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) {
  /external/libnl/lib/route/
class.c 65 .tcm_family = AF_UNSPEC,
174 tchdr.tcm_family = AF_UNSPEC;
  /external/netperf/src/
netsh.c 111 address_family = AF_UNSPEC, /* which address family remote */
112 local_address_family = AF_UNSPEC; /* which address family local */
371 AF_UNSPEC as apropriate. the family_string is compared in a
405 return(AF_UNSPEC);
412 return(AF_UNSPEC);
1064 case AF_UNSPEC:
1069 case AF_UNSPEC:
1121 case AF_UNSPEC:
1124 case AF_UNSPEC:
    [all...]
  /libcore/ojluni/src/main/java/java/net/
Inet6AddressImpl.java 35 import static android.system.OsConstants.AF_UNSPEC;
101 hints.ai_family = AF_UNSPEC;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
socket.h 111 #define AF_UNSPEC 0
143 #define PF_UNSPEC AF_UNSPEC

Completed in 2049 milliseconds

1 2 3 4 5 6 7 8 910