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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinterface_id.c50 if_nametoindex(const char *ifname) function
191 index = if_nametoindex(lifrp->lifr_name);
308 if_nametoindex(lifrp->lifr_name);
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c52 #define if_nametoindex win32_if_nametoindex macro
945 ifIndex = if_nametoindex( nameStr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c84 #define if_nametoindex if_nametoindex_win macro
100 // On Vista and above there is a Posix like implementation of if_nametoindex
101 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
150 #include <net/if.h> // For if_nametoindex()
1522 opinterface = if_nametoindex(argv[2]);

Completed in 68 milliseconds