HomeSort by: relevance | last modified time | path
    Searched defs:lastif (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/netstat/
route.c 244 static struct ifnet ifnet, *lastif; local in function:p_krtentry
284 if (rt->rt_ifp != lastif) {
286 lastif = rt->rt_ifp;
if.c 847 struct iftot *lastif, *sum, *interesting; local in function:sidewaysintpr_kvm
865 lastif = iftot;
886 lastif = ip;
911 if (lastif - iftot > 0) {
941 if (lastif - iftot > 0) {
964 for (off = firstifnet, ip = iftot; off && ip < lastif; ip++) {
1028 if (lastif - iftot > 0) {

Completed in 15 milliseconds