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

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_fork.c105 struct pthread_atfork *af, *af1; local
112 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) {
/freebsd-9.3-release/usr.bin/netstat/
H A Dinet.c303 protopr(u_long off, const char *name, int af1, int proto) argument
373 if ((af1 == AF_INET && (inp->inp_vflag & INP_IPV4) == 0)
375 || (af1 == AF_INET6 && (inp->inp_vflag & INP_IPV6) == 0)
377 || (af1 == AF_UNSPEC && ((inp->inp_vflag & INP_IPV4) == 0
387 || (af1 == AF_INET &&
390 || (af1 == AF_INET6 &&
393 || (af1 == AF_UNSPEC &&
586 tcp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
731 udp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
791 carp_stats(u_long off, const char *name, int af1 __unuse
[all...]
H A Droute.c224 pr_family(int af1) argument
228 switch (af1) {
259 printf("\nProtocol Family %d:\n", af1);
389 pr_rthdr(int af1) argument
394 if (af1 == AF_INET || Wflag) {
557 int af1 = 0, interesting = RTF_UP | RTF_GATEWAY | RTF_HOST; local
568 af1 = sa->sa_family;
572 af1 = sa->sa_family;
573 if (af1 != old_af) {
574 pr_family(af1);
[all...]
H A Dipx.c84 ipxprotopr(u_long off, const char *name, int af1 __unused, int proto __unused)
157 spx_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
233 ipx_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
H A Datalk.c216 atalkprotopr(u_long off __unused, const char *name, int af1 __unused,
266 ddp_stats(u_long off __unused, const char *name, int af1 __unused,
H A Dinet6.c361 ip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
843 icmp6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
1000 pim6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
1038 rip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
H A Dnetgraph.c65 netgraphprotopr(u_long off, const char *name, int af1 __unused,
H A Dsctp.c530 const char *name, int af1, int proto)
608 sctp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
529 sctp_protopr(u_long off __unused, const char *name, int af1, int proto) argument
H A Dipsec.c264 ipsec_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
H A Dif.c88 pfsync_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
/freebsd-9.3-release/sys/net/
H A Dif_loop.c329 u_int32_t af1 = af; local
334 bpf_mtap2(V_loif->if_bpf, &af1, sizeof(af1), m);
H A Dif_gif.c509 u_int32_t af1 = af; local
510 bpf_mtap2(ifp->if_bpf, &af1, sizeof(af1), m);
/freebsd-9.3-release/usr.sbin/mtest/
H A Dmtest.c530 int af1; local
573 af1 = res->ai_family;
574 if (af1 == af)
577 if (af1 != af)
/freebsd-9.3-release/contrib/ntp/include/
H A Dmbg_gps166.h895 l_fp af1; ///< +- Clock Correction Coefficient 1 [sec/sec] member in struct:__anon17
932 l_fp af1; ///< +- Clock Correction Coefficient 1 [sec/sec] member in struct:__anon18
/freebsd-9.3-release/contrib/ntp/libparse/
H A Ddata_mbg.c458 FETCH_DOUBLE(buffpp, &ephp->af1);
490 FETCH_DOUBLE(buffpp, &almp->af1);
/freebsd-9.3-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)
/freebsd-9.3-release/sys/netinet/
H A Dip_carp.c746 uint32_t af1 = af; local
756 bpf_mtap2(SC2IFP(sc)->if_bpf, &af1, sizeof(af1), m);

Completed in 302 milliseconds