Searched refs:af1 (Results 1 – 12 of 12) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | inet.c | 302 || (af1 == AF_INET && in protopr() 305 || (af1 == AF_INET6 && in protopr() 308 || (af1 == AF_UNSPEC && in protopr() 334 ((!Wflag || af1 == AF_INET) ? in protopr() 341 ((!Wflag || af1 == AF_INET) ? in protopr() 349 ((!Wflag || af1 == AF_INET) ? in protopr() 440 (int)inp->inp_lport, name, 1, af1); in protopr() 462 (int)inp->inp_lport, name, 1, af1); in protopr() 484 (int)inp->inp_lport, name, 0, af1); in protopr() 489 af1); in protopr() [all …]
|
| H A D | route.c | 163 pr_family(int af1) in pr_family() argument 167 switch (af1) { in pr_family() 192 xo_emit("\n{L:Protocol Family} {k:address-family/%d}:\n", af1); in pr_family() 220 pr_rthdr(int af1 __unused) in pr_rthdr()
|
| H A D | inet6.c | 359 ip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in ip6_stats() 952 icmp6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) 1195 pim6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) 1231 rip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
|
| H A D | netgraph.c | 67 netgraphprotopr(u_long off, const char *name, int af1 __unused, in netgraphprotopr()
|
| H A D | sctp.c | 497 const char *name __unused, int af1 __unused, int proto) in sctp_protopr() 584 sctp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in sctp_stats()
|
| H A D | ipsec.c | 201 ipsec_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in ipsec_stats()
|
| H A D | nhgrp.c | 88 print_nhgroup_header(int af1 __unused) in print_nhgroup_header()
|
| H A D | nhops.c | 179 print_nhop_header(int af1 __unused) in print_nhop_header()
|
| H A D | if.c | 136 pfsync_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in pfsync_stats()
|
| /f-stack/freebsd/net/ |
| H A D | if_loop.c | 316 u_int32_t af1 = af; in if_simloop() local 321 bpf_mtap2(V_loif->if_bpf, &af1, sizeof(af1), m); in if_simloop()
|
| H A D | if_gif.c | 491 uint32_t af1 = af; in gif_input() local 492 bpf_mtap2(ifp->if_bpf, &af1, sizeof(af1), m); in gif_input()
|
| /f-stack/tools/ifconfig/ |
| H A D | ifconfig.c | 317 unsigned int af1, af2; in cmpifaddrs() local 350 af1 = a->ifa_addr->sa_family; in cmpifaddrs() 353 if (af1 < ORDERS_SIZE(e1->af_orders) && in cmpifaddrs() 355 return (e1->af_orders[af1] - e1->af_orders[af2]); in cmpifaddrs()
|