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

/barrelfish-master/lib/lwip2/src/apps/snmp/
H A Dsnmp_mib2_system.c83 static const u16_t* syslocation_len = NULL; /* use strlen for determining len */ variable
85 static u16_t* syslocation_wr_len = NULL; /* if writable, points to the same buffer as syslocation_len (required for correct constness) */
206 syslocation_len = ocstrlen;
221 syslocation_len = ocstrlen;
260 var_len = (const s16_t*)syslocation_len;

Completed in 32 milliseconds