Lines Matching +full:128 +full:mib
244 int mib[7]; in p_rtable_sysctl() local
253 mib[0] = CTL_NET; in p_rtable_sysctl()
254 mib[1] = PF_ROUTE; in p_rtable_sysctl()
255 mib[2] = 0; in p_rtable_sysctl()
256 mib[3] = af; in p_rtable_sysctl()
257 mib[4] = NET_RT_DUMP; in p_rtable_sysctl()
258 mib[5] = 0; in p_rtable_sysctl()
259 mib[6] = fibnum; in p_rtable_sysctl()
260 if (sysctl(mib, nitems(mib), NULL, &needed, NULL, 0) < 0) in p_rtable_sysctl()
265 if (sysctl(mib, nitems(mib), buf, &needed, NULL, 0) < 0) in p_rtable_sysctl()
308 char buffer[128]; in p_rtentry_sysctl()
309 char prettyname[128]; in p_rtentry_sysctl()
372 char buf[128]; in p_sockaddr()
402 static char buf[128]; in fmt_sockaddr()
674 masklen = 128; in netname6()