Lines Matching refs:af
121 routepr(int fibnum, int af) in routepr() argument
154 p_rtable_sysctl(fibnum, af); in routepr()
197 #define WID_DST_DEFAULT(af) 18 /* width of destination column */ argument
198 #define WID_GW_DEFAULT(af) 18 /* width of gateway column */ argument
199 #define WID_IF_DEFAULT(af) (Wflag ? 10 : 8) /* width of netif column */ argument
201 #define WID_DST_DEFAULT(af) \ argument
202 ((af) == AF_INET6 ? (numeric_addr ? 33: 18) : 18)
203 #define WID_GW_DEFAULT(af) \ argument
204 ((af) == AF_INET6 ? (numeric_addr ? 29 : 18) : 18)
205 #define WID_IF_DEFAULT(af) ((af) == AF_INET6 ? 8 : (Wflag ? 10 : 8)) argument
245 p_rtable_sysctl(int fibnum, int af) in p_rtable_sysctl() argument
260 mib[3] = af; in p_rtable_sysctl()
265 err(EX_OSERR, "sysctl: net.route.0.%d.dump.%d estimate", af, in p_rtable_sysctl()
270 err(1, "sysctl: net.route.0.%d.dump.%d", af, fibnum); in p_rtable_sysctl()