HomeSort by relevance Sort by last modified time
    Searched defs:if_nametoindex (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
if_nametoindex.c 40 unsigned int if_nametoindex(const char *ifname) function
  /external/dhcpcd/
net.c 80 if_nametoindex(const char *ifname) function
216 iface->metric = 200 + if_nametoindex(iface->name);
  /external/mdnsresponder/Clients/
dns-sd.c 105 #define if_nametoindex if_nametoindex_win macro
121 // On Vista and above there is a Posix like implementation of if_nametoindex
122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
171 #include <net/if.h> // For if_nametoindex()
    [all...]
  /external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
sctp_os_userspace.h 218 #define if_nametoindex(x) win_if_nametoindex(x) macro
885 #define SCTP_GATHER_MTU_FROM_INTFC(sctp_ifn) sctp_userspace_get_mtu_from_ifn(if_nametoindex(((struct ifaddrs *) (sctp_ifn))->ifa_name), AF_INET)
    [all...]

Completed in 224 milliseconds