Home
last modified time | relevance | path

Searched refs:NET_RT_DUMP (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Droute.c339 mib[4] = NET_RT_DUMP; in route_Show()
395 mib[4] = NET_RT_DUMP; in route_IfDelete()
485 mib[4] = NET_RT_DUMP; in route_UpdateMTU()
/freebsd/sys/sys/
H A Dsocket.h420 #define NET_RT_DUMP 1 /* dump; may limit to a.f. */ macro
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c249 if ((rtab = mib_fetch_rtab(AF_INET, NET_RT_DUMP, 0, &len)) == NULL) in mib_fetch_route()
/freebsd/usr.bin/netstat/
H A Droute.c257 mib[4] = NET_RT_DUMP; in p_rtable_sysctl()
/freebsd/sbin/dumpon/
H A Ddumpon.c121 mib[4] = NET_RT_DUMP; in find_gateway()
/freebsd/usr.sbin/rtadvd/
H A Dif.c152 int mib[6] = {CTL_NET, AF_ROUTE, 0, AF_INET6, NET_RT_DUMP, 0}; in rtbuf_len()
/freebsd/sys/net/
H A Drtsock.c2610 if (name[1] == NET_RT_DUMP || name[1] == NET_RT_NHOP || name[1] == NET_RT_NHGRP) { in sysctl_rtsock()
2643 case NET_RT_DUMP: in sysctl_rtsock()
/freebsd/sbin/routed/
H A Dtable.c1054 mib[4] = NET_RT_DUMP; in flush_kern()
/freebsd/sbin/route/
H A Droute.c509 mib[4] = NET_RT_DUMP; in flushroutes_fib_rtsock()
/freebsd/usr.sbin/route6d/
H A Droute6d.c2610 mib[4] = NET_RT_DUMP; /* Dump the kernel routing table */ in krtread()