Searched refs:SNMP_IN_PORT (Results 1 – 5 of 5) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmp_raw.c | 95 udp_recv(snmp_pcb, snmp_recv, (void *)SNMP_IN_PORT); in snmp_init() 96 err = udp_bind(snmp_pcb, IP_ANY_TYPE, SNMP_IN_PORT); in snmp_init()
|
| A D | snmp_netconn.c | 58 netconn_bind(conn, IP6_ADDR_ANY, SNMP_IN_PORT); in snmp_netconn_thread() 61 netconn_bind(conn, IP4_ADDR_ANY, SNMP_IN_PORT); in snmp_netconn_thread()
|
| A D | snmp_msg.h | 62 #ifndef SNMP_IN_PORT 63 #define SNMP_IN_PORT 161 macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | snmp_msg.h | 58 #ifndef SNMP_IN_PORT 59 #define SNMP_IN_PORT 161 macro
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | msg_in.c | 79 udp_recv(snmp1_pcb, snmp_recv, (void *)SNMP_IN_PORT); in snmp_init() 80 udp_bind(snmp1_pcb, IP_ADDR_ANY, SNMP_IN_PORT); in snmp_init()
|
Completed in 8 milliseconds