Searched refs:NETIF_INIT_SNMP (Results 1 – 9 of 9) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/ |
H A D | uip_netif.h | 187 #define NETIF_INIT_SNMP(netif, type, speed) \ macro 202 #define NETIF_INIT_SNMP(netif, type, speed) macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | netif.h | 233 #define NETIF_INIT_SNMP(netif, type, speed) \ macro 248 #define NETIF_INIT_SNMP(netif, type, speed) macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | snmp.h | 196 #define NETIF_INIT_SNMP MIB2_INIT_NETIF macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | snmp.h | 196 #define NETIF_INIT_SNMP MIB2_INIT_NETIF macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ |
H A D | slipif.c | 364 NETIF_INIT_SNMP(netif, snmp_ifType_slip, SLIP_SIO_SPEED(priv->sd)); in slipif_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | netif.c | 96 NETIF_INIT_SNMP(netif, snmp_ifType_softwareLoopback, 0); in netif_loopif_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | CHANGELOG | 1920 NETIF_INIT_SNMP(netif, type, speed) to initialize per-netif snmp variables,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | CHANGELOG | 2847 NETIF_INIT_SNMP(netif, type, speed) to initialize per-netif snmp variables,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | CHANGELOG | 3064 NETIF_INIT_SNMP(netif, type, speed) to initialize per-netif snmp variables,
|