| /freebsd-11-stable/usr.bin/netstat/ |
| HD | inet.c | 307 protopr(u_long off, const char *name, int af1, int proto) in protopr() argument 377 if ((af1 == AF_INET && (inp->inp_vflag & INP_IPV4) == 0) in protopr() 379 || (af1 == AF_INET6 && (inp->inp_vflag & INP_IPV6) == 0) in protopr() 381 || (af1 == AF_UNSPEC && ((inp->inp_vflag & INP_IPV4) == 0 in protopr() 391 || (af1 == AF_INET && in protopr() 394 || (af1 == AF_INET6 && in protopr() 397 || (af1 == AF_UNSPEC && in protopr() 423 ((!Wflag || af1 == AF_INET) ? in protopr() 430 ((!Wflag || af1 == AF_INET) ? in protopr() 438 ((!Wflag || af1 == AF_INET) ? in protopr() [all …]
|
| HD | inet6.c | 357 ip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in ip6_stats() 944 icmp6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in icmp6_stats() 1173 pim6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in pim6_stats() 1209 rip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in rip6_stats()
|
| HD | route.c | 162 pr_family(int af1) in pr_family() argument 166 switch (af1) { in pr_family() 191 xo_emit("\n{L:Protocol Family} {k:address-family/%d}:\n", af1); in pr_family() 219 pr_rthdr(int af1 __unused) in pr_rthdr()
|
| HD | netgraph.c | 66 netgraphprotopr(u_long off, const char *name, int af1 __unused, in netgraphprotopr()
|
| HD | sctp.c | 495 const char *name __unused, int af1 __unused, int proto) in sctp_protopr() 582 sctp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in sctp_stats()
|
| HD | ipsec.c | 205 ipsec_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in ipsec_stats()
|
| HD | if.c | 134 pfsync_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in pfsync_stats()
|
| /freebsd-11-stable/sys/net/ |
| HD | if_loop.c | 309 u_int32_t af1 = af; in if_simloop() local 314 bpf_mtap2(V_loif->if_bpf, &af1, sizeof(af1), m); in if_simloop()
|
| HD | if_gif.c | 579 uint32_t af1 = af; in gif_input() local 580 bpf_mtap2(ifp->if_bpf, &af1, sizeof(af1), m); in gif_input()
|
| /freebsd-11-stable/lib/libthr/thread/ |
| HD | thr_fork.c | 107 struct pthread_atfork *af, *af1; in __pthread_cxa_finalize() local 114 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) { in __pthread_cxa_finalize()
|
| /freebsd-11-stable/usr.sbin/mtest/ |
| HD | mtest.c | 533 int af1; in process_cmd() local 576 af1 = res->ai_family; in process_cmd() 577 if (af1 == af) in process_cmd() 580 if (af1 != af) in process_cmd()
|
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | mbg_gps166.h | 895 l_fp af1; ///< +- Clock Correction Coefficient 1 [sec/sec] member 932 l_fp af1; ///< +- Clock Correction Coefficient 1 [sec/sec] member
|
| /freebsd-11-stable/contrib/ntp/libparse/ |
| HD | data_mbg.c | 458 FETCH_DOUBLE(buffpp, &ephp->af1); in get_mbg_eph() 490 FETCH_DOUBLE(buffpp, &almp->af1); in get_mbg_alm()
|
| /freebsd-11-stable/sbin/ifconfig/ |
| HD | ifconfig.c | 247 unsigned int af1, af2; in cmpifaddrs() local 280 af1 = a->ifa_addr->sa_family; in cmpifaddrs() 283 if (af1 < ORDERS_SIZE(e1->af_orders) && in cmpifaddrs() 285 return (e1->af_orders[af1] - e1->af_orders[af2]); in cmpifaddrs()
|
| /freebsd-11-stable/contrib/ntp/ntpq/ |
| HD | ntpq-subs.c | 2998 u_short af1; in qcmp_mru_addr() local 3006 af1 = AF(&pm1->addr); in qcmp_mru_addr() 3009 if (af1 != af2) in qcmp_mru_addr() 3010 return (AF_INET == af1) in qcmp_mru_addr() 3014 cmplen = SIZEOF_INADDR(af1); in qcmp_mru_addr() 3015 addr_off = (AF_INET == af1) in qcmp_mru_addr()
|
| /freebsd-11-stable/share/misc/ |
| HD | pci_vendors | 11168 103c 2af1 GeForce 610
|