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

/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c108 static char * if_indextoname( DWORD ifIndex, char * nameBuff);
975 char *p = LOCAL_ONLY_NAME, nameBuff[IF_NAMESIZE]; local
978 p = if_indextoname( ifIndex, nameBuff );
1001 if_indextoname( DWORD ifIndex, char * nameBuff) argument
1033 // It would be better if we passed in the length of nameBuff to this
1036 // nameBuff is of size MAX_ADAPTER_NAME_LENGTH.
1037 strcpy( nameBuff, pAdapter->AdapterName );
1038 ifName = nameBuff;

Completed in 19 milliseconds