Lines Matching defs:af
111 routepr(int fibnum, int af)
141 p_rtable_sysctl(fibnum, af);
143 p_rtable_netlink(fibnum, af);
188 #define WID_DST_DEFAULT(af) 18 /* width of destination column */
189 #define WID_GW_DEFAULT(af) 18 /* width of gateway column */
191 #define WID_DST_DEFAULT(af) \
192 ((af) == AF_INET6 ? (numeric_addr ? 33: 18) : 18)
193 #define WID_GW_DEFAULT(af) \
194 ((af) == AF_INET6 ? (numeric_addr ? 29 : 18) : 18)
241 p_rtable_sysctl(int fibnum, int af)
256 mib[3] = af;
261 xo_err(EX_OSERR, "sysctl: net.route.0.%d.dump.%d estimate", af,
266 xo_err(EX_OSERR, "sysctl: net.route.0.%d.dump.%d", af, fibnum);