Searched defs:ifindex (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dnetdevice.c442 static unsigned int ifindex = 0; local
449 ifindex++ );
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib_structs.c91 * @param ifindex is a s32_t object sub-identifier
95 snmp_ifindextonetif(s32_t ifindex, struct netif **netif) argument
100 ifidx = ifindex - 1;
113 * @param ifindex points to s32_t object sub-identifier
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib_structs.c91 * @param ifindex is a s32_t object sub-identifier
95 snmp_ifindextonetif(s32_t ifindex, struct netif **netif) argument
100 ifidx = ifindex - 1;

Completed in 77 milliseconds