Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Droute.c341 mib[4] = NET_RT_DUMP; in route_Show()
397 mib[4] = NET_RT_DUMP; in route_IfDelete()
487 mib[4] = NET_RT_DUMP; in route_UpdateMTU()
/freebsd-13.1/sys/sys/
H A Dsocket.h414 #define NET_RT_DUMP 1 /* dump; may limit to a.f. */ macro
/freebsd-13.1/sbin/dumpon/
H A Ddumpon.c134 mib[4] = NET_RT_DUMP; in find_gateway()
/freebsd-13.1/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-13.1/usr.bin/netstat/
H A Droute.c253 mib[4] = NET_RT_DUMP; in p_rtable_sysctl()
/freebsd-13.1/usr.sbin/rtadvd/
H A Dif.c155 int mib[6] = {CTL_NET, AF_ROUTE, 0, AF_INET6, NET_RT_DUMP, 0}; in rtbuf_len()
/freebsd-13.1/sys/net/
H A Drtsock.c2573 if (name[1] == NET_RT_DUMP || name[1] == NET_RT_NHOP || name[1] == NET_RT_NHGRP) { in sysctl_rtsock()
2606 case NET_RT_DUMP: in sysctl_rtsock()
/freebsd-13.1/sbin/route/
H A Droute.c462 mib[4] = NET_RT_DUMP; in flushroutes_fib()
/freebsd-13.1/sbin/routed/
H A Dtable.c1059 mib[4] = NET_RT_DUMP; in flush_kern()
/freebsd-13.1/usr.sbin/route6d/
H A Droute6d.c2614 mib[4] = NET_RT_DUMP; /* Dump the kernel routing table */ in krtread()