HomeSort by relevance Sort by last modified time
    Searched refs:NETIF_INIT_SNMP (Results 1 - 5 of 5) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
netif.h 229 #define NETIF_INIT_SNMP(netif, type, speed) \
244 #define NETIF_INIT_SNMP(netif, type, speed)
  /external/syslinux/core/lwip/src/netif/
ethernetif.c 298 NETIF_INIT_SNMP(netif, snmp_ifType_ethernet_csmacd, LINK_SPEED_OF_YOUR_NETIF_IN_BPS);
slipif.c 336 NETIF_INIT_SNMP(netif, snmp_ifType_slip, 0);
undiif.c     [all...]
  /external/syslinux/core/lwip/src/core/
netif.c 94 NETIF_INIT_SNMP(netif, snmp_ifType_softwareLoopback, 0);

Completed in 1829 milliseconds