Searched refs:if_indextoname (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c314 /* if_indextoname() does not take buffer size. not a good api... */
317 char *p = if_indextoname(ifindex, buf);
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetnameinfo.c305 * Note: This function calls if_indextoname, a very poor interface,
309 * possible value if_indextoname will return.
333 if ((retstr = if_indextoname(ifindex, zonestr)) != NULL) {
H A Dinterface_id.c108 if_indextoname(uint32_t ifindex, char *ifname) function
/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.
108 static char * if_indextoname( DWORD ifIndex, char * nameBuff);
978 p = if_indextoname( ifIndex, nameBuff );
1001 if_indextoname( DWORD ifIndex, char * nameBuff) function
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c1245 } else if (if_indextoname(lifr.lifr_index, if_name) == NULL) {

Completed in 26 milliseconds