Searched refs:MAX_NAME_LLMNR (Results 1 – 2 of 2) sorted by relevance
39 #define MAX_NAME_LLMNR 32 /* maximum length of the LLMNR name used in this project */ macro49 char deviceName[ MAX_NAME_LLMNR ];
50 static char DEV_NAME[ MAX_NAME_LLMNR ];292 strncpy( DEV_NAME, deviceName, MAX_NAME_LLMNR - 1 ); in vPublicSetupDeviceName()