Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_system.c67 static const u16_t *syscontact_len = NULL; /* use strlen for determining len */ variable
69 static u16_t *syscontact_wr_len = NULL; /* if writable, points to the same buffer as syscontact_len (required for correct constness) */
123 syscontact_len = ocstrlen; in snmp_mib2_set_syscontact()
138 syscontact_len = ocstrlen; in snmp_mib2_set_syscontact_readonly()
251 var_len = (const s16_t *)syscontact_len; in system_get_value()

Completed in 1 milliseconds