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

/osnet-11/usr/src/lib/libsocket/inet/
H A Dinterface_id.c50 if_nametoindex(const char *ifname) function
191 index = if_nametoindex(lifrp->lifr_name);
307 if_nametoindex(lifrp->lifr_name);
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c52 Implement if_nametoindex and if_indextoname for Win32 platforms
55 Change JNISupport.c to call if_indextoname & if_nametoindex directly.
109 static DWORD if_nametoindex( const char * nameStr );
991 ifIndex = if_nametoindex( nameStr);
1058 if_nametoindex( const char * nameStr ) function

Completed in 44 milliseconds