Searched refs:af1 (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/usr.bin/netstat/
H A Dinet.c306 protopr(u_long off, const char *name, int af1, int proto) argument
376 if ((af1 == AF_INET && (inp->inp_vflag & INP_IPV4) == 0)
378 || (af1 == AF_INET6 && (inp->inp_vflag & INP_IPV6) == 0)
380 || (af1 == AF_UNSPEC && ((inp->inp_vflag & INP_IPV4) == 0
390 || (af1 == AF_INET &&
393 || (af1 == AF_INET6 &&
396 || (af1 == AF_UNSPEC &&
422 ((!Wflag || af1 == AF_INET) ?
429 ((!Wflag || af1 == AF_INET) ?
437 ((!Wflag || af1
1404 inetprint(const char *container, struct in_addr *in, int port, const char *proto, int num_port, const int af1) argument
[all...]
H A Dnetgraph.c66 netgraphprotopr(u_long off, const char *name, int af1 __unused,
H A Dinet6.c359 ip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
946 icmp6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
1175 pim6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
1211 rip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
H A Droute.c161 pr_family(int af1) argument
165 switch (af1) {
190 xo_emit("\n{L:Protocol Family} {k:address-family/%d}:\n", af1);
218 pr_rthdr(int af1 __unused)
H A Dsctp.c497 const char *name __unused, int af1 __unused, int proto)
584 sctp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
H A Dipsec.c215 ipsec_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
H A Dif.c134 pfsync_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_fork.c107 struct pthread_atfork *af, *af1; local
114 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) {
/freebsd-11.0-release/sys/net/
H A Dif_loop.c309 u_int32_t af1 = af; local
314 bpf_mtap2(V_loif->if_bpf, &af1, sizeof(af1), m);
H A Dif_gif.c587 uint32_t af1 = af; local
588 bpf_mtap2(ifp->if_bpf, &af1, sizeof(af1), m);
/freebsd-11.0-release/usr.sbin/mtest/
H A Dmtest.c531 int af1; local
574 af1 = res->ai_family;
575 if (af1 == af)
578 if (af1 != af)
/freebsd-11.0-release/contrib/ntp/include/
H A Dmbg_gps166.h895 l_fp af1; ///< +- Clock Correction Coefficient 1 [sec/sec] member in struct:__anon4766
932 l_fp af1; ///< +- Clock Correction Coefficient 1 [sec/sec] member in struct:__anon4767
/freebsd-11.0-release/contrib/ntp/libparse/
H A Ddata_mbg.c458 FETCH_DOUBLE(buffpp, &ephp->af1);
490 FETCH_DOUBLE(buffpp, &almp->af1);
/freebsd-11.0-release/sbin/ifconfig/
H A Difconfig.c205 unsigned int af1, af2; local
238 af1 = a->ifa_addr->sa_family;
241 if (af1 < ORDERS_SIZE(e1->af_orders) &&
243 return (e1->af_orders[af1] - e1->af_orders[af2]);
/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq-subs.c2928 u_short af1; local
2936 af1 = AF(&pm1->addr);
2939 if (af1 != af2)
2940 return (AF_INET == af1)
2944 cmplen = SIZEOF_INADDR(af1);
2945 addr_off = (AF_INET == af1)

Completed in 92 milliseconds