Searched refs:thisifindex (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/ifmcstat/
H A Difmcstat.c996 uint32_t lastifindex, thisifindex; local
1003 thisifindex = 0;
1031 thisifindex = psa->sdl.sdl_index;
1032 if (ifindex != 0 && thisifindex != ifindex)
1046 if (lastifindex == 0 || lastifindex != thisifindex) {
1047 lastifindex = thisifindex;
1157 mib[mibsize] = thisifindex;
1182 mib[mibsize] = thisifindex;
1222 inm_print_sources_sysctl(thisifindex,
1228 in6m_print_sources_sysctl(thisifindex,
[all...]

Completed in 40 milliseconds