Home
last modified time | relevance | path

Searched refs:af1 (Results 1 – 12 of 12) sorted by relevance

/f-stack/tools/netstat/
H A Dinet.c302 || (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 Droute.c163 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 Dinet6.c359 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 Dnetgraph.c67 netgraphprotopr(u_long off, const char *name, int af1 __unused, in netgraphprotopr()
H A Dsctp.c497 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 Dipsec.c201 ipsec_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in ipsec_stats()
H A Dnhgrp.c88 print_nhgroup_header(int af1 __unused) in print_nhgroup_header()
H A Dnhops.c179 print_nhop_header(int af1 __unused) in print_nhop_header()
H A Dif.c136 pfsync_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in pfsync_stats()
/f-stack/freebsd/net/
H A Dif_loop.c316 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 Dif_gif.c491 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 Difconfig.c317 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()