| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_mib2_tcp.c | 170 switch (*column) { in tcp_ConnTable_get_cell_value_core() 236 return tcp_ConnTable_get_cell_value_core(pcb, column, value, value_len); in tcp_ConnTable_get_cell_value() 242 return tcp_ConnTable_get_cell_value_core(pcb, column, value, value_len); in tcp_ConnTable_get_cell_value() 300 …return tcp_ConnTable_get_cell_value_core((struct tcp_pcb *)state.reference, column, value, value_l… in tcp_ConnTable_get_next_cell_instance_and_value() 315 switch (*column) { in tcp_ConnectionTable_get_cell_value_core() 363 return tcp_ConnectionTable_get_cell_value_core(column, pcb, value); in tcp_ConnectionTable_get_cell_value() 414 … return tcp_ConnectionTable_get_cell_value_core(column, (struct tcp_pcb *)state.reference, value); in tcp_ConnectionTable_get_next_cell_instance_and_value() 424 tcp_ListenerTable_get_cell_value_core(const u32_t *column, union snmp_variant_value *value) in tcp_ListenerTable_get_cell_value_core() argument 427 switch (*column) { in tcp_ListenerTable_get_cell_value_core() 460 return tcp_ListenerTable_get_cell_value_core(column, value); in tcp_ListenerTable_get_cell_value() [all …]
|
| A D | snmp_mib2_udp.c | 103 udp_endpointTable_get_cell_value_core(const u32_t *column, union snmp_variant_value *value) in udp_endpointTable_get_cell_value_core() argument 106 switch (*column) { in udp_endpointTable_get_cell_value_core() 118 udp_endpointTable_get_cell_value(const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union… in udp_endpointTable_get_cell_value() argument 155 return udp_endpointTable_get_cell_value_core(column, value); in udp_endpointTable_get_cell_value() 205 return udp_endpointTable_get_cell_value_core(column, value); in udp_endpointTable_get_next_cell_instance_and_value() 226 udp_Table_get_cell_value_core(struct udp_pcb *pcb, const u32_t *column, union snmp_variant_value *v… in udp_Table_get_cell_value_core() argument 230 switch (*column) { in udp_Table_get_cell_value_core() 247 udp_Table_get_cell_value(const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, union snmp_va… in udp_Table_get_cell_value() argument 268 return udp_Table_get_cell_value_core(pcb, column, value, value_len); in udp_Table_get_cell_value() 279 udp_Table_get_next_cell_instance_and_value(const u32_t *column, struct snmp_obj_id *row_oid, union … in udp_Table_get_next_cell_instance_and_value() argument [all …]
|
| A D | snmp_mib2_ip.c | 210 ip_AddrTable_get_cell_value_core(struct netif *netif, const u32_t *column, union snmp_variant_value… in ip_AddrTable_get_cell_value_core() argument 214 switch (*column) { in ip_AddrTable_get_cell_value_core() 268 return ip_AddrTable_get_cell_value_core(netif, column, value, value_len); in ip_AddrTable_get_cell_value() 299 …return ip_AddrTable_get_cell_value_core((struct netif *)state.reference, column, value, value_len); in ip_AddrTable_get_next_cell_instance_and_value() 319 switch (*column) { in ip_RouteTable_get_cell_value_core() 412 return ip_RouteTable_get_cell_value_core(netif_default, 1, column, value, value_len); in ip_RouteTable_get_cell_value() 422 return ip_RouteTable_get_cell_value_core(netif, 0, column, value, value_len); in ip_RouteTable_get_cell_value() 465 …ell_value_core((struct netif *)state.reference, ip4_addr_isany_val(dst), column, value, value_len); in ip_RouteTable_get_next_cell_instance_and_value() 494 switch (*column) { in ip_NetToMediaTable_get_cell_value_core() 540 return ip_NetToMediaTable_get_cell_value_core(i, column, value, value_len); in ip_NetToMediaTable_get_cell_value() [all …]
|
| A D | snmp_table.c | 93 u32_t column = 0; in snmp_table_get_next_instance() local 104 column = instance->instance_oid.id[1]; in snmp_table_get_next_instance() 123 if (col_def->index == column) { in snmp_table_get_next_instance() 126 …} else if ((col_def->index > column) && ((next_col_def == NULL) || (col_def->index < next_col_def-… in snmp_table_get_next_instance() 151 column = next_col_def->index + 1; in snmp_table_get_next_instance() 232 u32_t column = 0; in snmp_table_simple_get_next_instance() local 243 column = instance->instance_oid.id[1]; in snmp_table_simple_get_next_instance() 258 if (col_def->index == column) { in snmp_table_simple_get_next_instance() 261 } else if ((col_def->index > column) && ((next_col_def == NULL) || in snmp_table_simple_get_next_instance() 285 column = next_col_def->index + 1; in snmp_table_simple_get_next_instance()
|
| A D | snmp_mib2_interfaces.c | 95 interfaces_Table_get_cell_instance(const u32_t *column, const u32_t *row_oid, u8_t row_oid_len, str… in interfaces_Table_get_cell_instance() argument 100 LWIP_UNUSED_ARG(column); in interfaces_Table_get_cell_instance() 124 interfaces_Table_get_next_cell_instance(const u32_t *column, struct snmp_obj_id *row_oid, struct sn… in interfaces_Table_get_next_cell_instance() argument 130 LWIP_UNUSED_ARG(column); in interfaces_Table_get_next_cell_instance()
|
| A D | snmp_snmpv2_usm.c | 84 static snmp_err_t usmusertable_get_instance(const u32_t *column, const u32_t *row_oid, u8_t row_oid… in usmusertable_get_instance() argument 97 LWIP_UNUSED_ARG(column); in usmusertable_get_instance() 170 static snmp_err_t usmusertable_get_next_instance(const u32_t *column, struct snmp_obj_id *row_oid, … in usmusertable_get_next_instance() argument 188 LWIP_UNUSED_ARG(column); in usmusertable_get_next_instance()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-TC | 77 same column on the next line. 193 The status column has six defined values: 248 status column to specify whether the status column must 263 RowStatus column must also exist. 273 | |status col.|status column| 274 |status column | is | is |status column 449 associated with this column, and that this column in at 464 instance of this column. 469 column to `createAndGo'. 555 associated with this column, and that this column in at [all …]
|
| A D | IP-MIB | 4880 table has been added. It is loosely replaced by a column in 4892 table has been added. It is loosely replaced by a column in 4904 table has been added. It is loosely replaced by a column in 4916 table has been added. It is loosely replaced by a column in 4930 table has been added. It is loosely replaced by a column in 4942 table has been added. It is loosely replaced by a column in 4954 table has been added. It is loosely replaced by a column in 4966 table has been added. It is loosely replaced by a column in 4981 table has been added. It is loosely replaced by a column in 4993 table has been added. It is loosely replaced by a column in [all …]
|
| A D | UDP-MIB | 248 exceeds 111, then OIDs of column instances in this table
|
| A D | RFC1213-MIB | 2301 -- the ifType column of the ifTable object, and "number" is
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/ |
| A D | Lexer.cs | 100 private bool Parse(ParseParams pp, char current, int row, int column) in Parse() argument 116 bool moveNext = ParseLastSymbol(pp, row, column); in Parse() 123 _symbols.Add(CreateSpecialSymbol(pp.File, current, row, column)); in Parse() 142 bool moveNext = ParseLastSymbol(pp, row, column); in Parse() 155 ParseLastSymbol(pp, row, column); in Parse() 161 ParseLastSymbol(pp, row, column); in Parse() 169 ParseLastSymbol(pp, row, column); in Parse() 178 ParseLastSymbol(pp, row, column); in Parse() 197 private bool ParseLastSymbol(ParseParams pp, int row, int column) in ParseLastSymbol() argument 201 Symbol s = new Symbol(pp.File, pp.Temp.ToString(), row, column); in ParseLastSymbol() [all …]
|
| A D | Symbol.cs | 38 public Symbol(string file, string text, int row, int column) in Symbol() argument 43 _column = column; in Symbol()
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp_table.h | 65 …snmp_err_t (*get_cell_instance)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struc… 66 …snmp_err_t (*get_next_cell_instance)(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp… 111 …snmp_err_t (*get_cell_value)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union sn… 112 …snmp_err_t (*get_next_cell_instance_and_value)(const u32_t* column, struct snmp_obj_id* row_oid, u…
|
| /lib/lwip/lwip/contrib/examples/snmp/snmp_private_mib/ |
| A D | lwip_prvmib.c | 111 static snmp_err_t sensor_table_get_cell_instance(const u32_t* column, const u32_t* row_oid, u8_t ro… 112 static snmp_err_t sensor_table_get_next_cell_instance(const u32_t* column, struct snmp_obj_id* row_… 274 sensor_table_get_cell_instance(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struct … in sensor_table_get_cell_instance() argument 279 LWIP_UNUSED_ARG(column); in sensor_table_get_cell_instance() 305 sensor_table_get_next_cell_instance(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp_n… in sensor_table_get_next_cell_instance() argument 311 LWIP_UNUSED_ARG(column); in sensor_table_get_next_cell_instance()
|
| /lib/efi_loader/ |
| A D | efi_console.c | 599 unsigned long column, unsigned long row) in efi_cout_set_cursor_position() argument 605 EFI_ENTRY("%p, %ld, %ld", this, column, row); in efi_cout_set_cursor_position() 612 if (row >= mode->rows || column >= mode->columns) { in efi_cout_set_cursor_position() 621 printf(ESC "[%d;%dH", (int)row + 1, (int)column + 1); in efi_cout_set_cursor_position() 622 efi_con_mode.cursor_column = column; in efi_cout_set_cursor_position()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/ |
| A D | SnmpTableNode.cs | 121 #region create and add column/table definitions in GenerateCode()
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | test-framework.md | 20 …t our various tools assume (leaving room for 14 more characters on an 80-column line). Longer desc…
|
| /lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/ |
| A D | README.md | 293 DPA, see Table 3, column C9 of [this
|