Searched refs:MIB2_INIT_NETIF (Results 1 – 11 of 11) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/ |
| A D | snmp.h | 119 #define MIB2_INIT_NETIF(netif, type, speed) do { \ macro 138 #define MIB2_INIT_NETIF(netif, type, speed) macro 196 #define NETIF_INIT_SNMP MIB2_INIT_NETIF
|
| /lib/lwip/lwip/doc/ |
| A D | NO_SYS_SampleCode.c | 57 MIB2_INIT_NETIF(netif, snmp_ifType_ethernet_csmacd, 100000000); in netif_init()
|
| /lib/lwip/lwip/contrib/examples/ethernetif/ |
| A D | ethernetif.c | 312 MIB2_INIT_NETIF(netif, snmp_ifType_ethernet_csmacd, LINK_SPEED_OF_YOUR_NETIF_IN_BPS);
|
| /lib/lwip/lwip/contrib/ports/unix/port/netif/ |
| A D | vdeif.c | 259 MIB2_INIT_NETIF(netif, snmp_ifType_other, 100000000); in vdeif_init()
|
| A D | tapif.c | 351 MIB2_INIT_NETIF(netif, snmp_ifType_other, 100000000); in tapif_init()
|
| /lib/lwip/lwip/src/netif/ |
| A D | lowpan6_ble.c | 417 MIB2_INIT_NETIF(netif, snmp_ifType_other, 0); in rfc7668_if_init()
|
| A D | slipif.c | 409 MIB2_INIT_NETIF(netif, snmp_ifType_slip, SLIP_SIO_SPEED(priv->sd)); in slipif_init()
|
| A D | bridgeif.c | 473 MIB2_INIT_NETIF(netif, snmp_ifType_ethernet_csmacd, 0); in bridgeif_init()
|
| A D | lowpan6.c | 882 MIB2_INIT_NETIF(netif, snmp_ifType_other, 0); in lowpan6_if_init()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | ppp.c | 703 MIB2_INIT_NETIF(pppif, snmp_ifType_ppp, 0); in ppp_new()
|
| /lib/lwip/lwip/src/core/ |
| A D | netif.c | 169 MIB2_INIT_NETIF(netif, snmp_ifType_softwareLoopback, 0); in netif_loopif_init()
|
Completed in 23 milliseconds