Searched defs:if_nametoindex (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A Dnet.c80 if_nametoindex(const char *ifname) function
216 iface->metric = 200 + if_nametoindex(iface->name);
/external/mdnsresponder/Clients/
H A Ddns-sd.c105 #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()
1086 opinterface = if_nametoindex(argv[2]);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h400 #define if_nametoindex(x) win_if_nametoindex(x) macro
910 #define SCTP_GATHER_MTU_FROM_INTFC(sctp_ifn) sctp_userspace_get_mtu_from_ifn(if_nametoindex(((struct ifaddrs *) (sctp_ifn))->ifa_name), AF_INET)

Completed in 94 milliseconds