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

/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c49 static char * win32_if_indextoname( DWORD ifIndex, char * nameBuff);
925 char *p = LOCAL_ONLY_NAME, nameBuff[IF_NAMESIZE]; local
930 p = if_indextoname( ifIndex, nameBuff );
955 win32_if_indextoname( DWORD ifIndex, char * nameBuff) argument
987 // It would be better if we passed in the length of nameBuff to this
990 // nameBuff is of size MAX_ADAPTER_NAME_LENGTH.
991 strcpy( nameBuff, pAdapter->AdapterName );
992 ifName = nameBuff;

Completed in 46 milliseconds