Lines Matching refs:af
71 #define WID_DST_DEFAULT(af) 18 /* width of destination column */ argument
72 #define WID_GW_DEFAULT(af) 18 /* width of gateway column */ argument
73 #define WID_IF_DEFAULT(af) (Wflag ? 10 : 8) /* width of netif column */ argument
75 #define WID_DST_DEFAULT(af) \ argument
76 ((af) == AF_INET6 ? (numeric_addr ? 33: 18) : 18)
77 #define WID_GW_DEFAULT(af) \ argument
78 ((af) == AF_INET6 ? (numeric_addr ? 29 : 18) : 18)
79 #define WID_IF_DEFAULT(af) ((af) == AF_INET6 ? 8 : (Wflag ? 10 : 8)) argument
344 dump_nhops_sysctl(int fibnum, int af, struct nhops_dump *nd) in dump_nhops_sysctl() argument
357 mib[3] = af; in dump_nhops_sysctl()
362 err(EX_OSERR, "sysctl: net.route.0.%d.nhdump.%d estimate", af, in dump_nhops_sysctl()
367 err(1, "sysctl: net.route.0.%d.nhdump.%d", af, fibnum); in dump_nhops_sysctl()
401 print_nhops_sysctl(int fibnum, int af) in print_nhops_sysctl() argument
408 dump_nhops_sysctl(fibnum, af, &nd); in print_nhops_sysctl()
463 nhops_print(int fibnum, int af) in nhops_print() argument
484 print_nhops_sysctl(fibnum, af); in nhops_print()