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

/barrelfish-master/lib/lwip2/src/apps/snmp/
H A Dsnmp_mib2_system.c81 static const u8_t syslocation_default[] = SNMP_LWIP_MIB2_SYSLOCATION; variable
82 static const u8_t* syslocation = syslocation_default;
/barrelfish-master/lib/lwip/src/core/snmp/
H A Dmib2.c913 static const u8_t syslocation_default[] = ""; variable
915 static u8_t *syslocation_ptr = (u8_t *) & syslocation_default[0];
2303 if ((syslocation_ptr != syslocation_default) && (len <= 255)) {

Completed in 94 milliseconds