HomeSort by: relevance | last modified time | path
    Searched refs:af (Results 1 - 25 of 194) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/distrib/syspkg/sets/base/base-locale-af/
Makefile 3 PKGBASE=base-locale-af
  /src/usr.sbin/autofs/
autounmountd.c 68 struct automounted_fs *af; local in function:automounted_find
70 TAILQ_FOREACH(af, &automounted, af_next) {
71 if (af->af_fsid.__fsid_val[0] == fsid.__fsid_val[0] &&
72 af->af_fsid.__fsid_val[1] == fsid.__fsid_val[1])
73 return af;
82 struct automounted_fs *af; local in function:automounted_add
84 af = calloc(1, sizeof(*af));
85 if (af == NULL)
87 af->af_mount_time = time(NULL)
107 struct automounted_fs *af, *tmpaf; local in function:refresh_automounted
181 struct automounted_fs *af, *tmpaf; local in function:expire_automounted
    [all...]
  /src/sbin/route/
show.c 73 int af, flags; local in function:parse_show_opts
76 af = AF_UNSPEC;
85 af = AF_INET;
90 af = AF_INET6;
96 af = AF_APPLETALK;
100 af = AF_MPLS;
107 af = AF_LINK;
124 *afp = af;
134 int af, rflags; local in function:show
140 parse_show_opts(argc, argv, &af, &rflags, NULL, true)
    [all...]
  /src/usr.sbin/npf/npftest/libnpftest/
npf_rule_test.c 18 int af; member in struct:test_case
29 .af = AF_INET,
35 .af = AF_INET,
43 .af = AF_INET,
49 .af = AF_INET,
56 .af = AF_INET,
62 .af = AF_INET,
68 .af = AF_INET,
74 .af = AF_INET,
86 .af = AF_INET6
    [all...]
npf_nat_test.c 30 int af; member in struct:test_case
153 match_addr(int af, const char *saddr, const npf_addr_t *addr2)
158 npf_inet_pton(af, saddr, &addr1);
159 len = af == AF_INET ? sizeof(struct in_addr) : sizeof(struct in6_addr);
167 const int af = t->af; local in function:checkresult
193 npf_inet_ntop(af, npc.npc_ips[NPF_SRC], sbuf, sizeof(sbuf));
194 npf_inet_ntop(af, npc.npc_ips[NPF_DST], dbuf, sizeof(dbuf));
210 CHECK_TRUE(match_addr(af, saddr, npc.npc_ips[NPF_SRC]));
212 CHECK_TRUE(match_addr(af, daddr, npc.npc_ips[NPF_DST]))
    [all...]
npf_rid_test.c 33 int af; member in struct:test_case
47 .af = AF_INET,
56 .af = AF_INET,
64 .af = AF_INET,
75 .af = AF_INET,
83 .af = AF_INET,
91 .af = AF_INET,
99 .af = AF_INET,
118 m = mbuf_get_pkt(t->af, IPPROTO_UDP, t->src, t->dst, t->sport, t->dport);
153 m = mbuf_get_pkt(t->af, IPPROTO_UDP, t->src, t->dst, t->sport, t->dport)
    [all...]
  /src/tests/lib/libc/net/
h_hostent.c 57 const int af = h->h_length == NS_INADDRSZ ? AF_INET : AF_INET6; local in function:phostent
68 printf("%s%s", i == 0 ? "" : " ", inet_ntop(af,
115 int c, af, e, byaddr, len; local in function:main
120 af = AF_INET;
128 while ((c = getopt(argc, argv, "46af:r:t:")) != -1) {
131 af = AF_INET;
134 af = AF_INET6;
179 af = strchr(*argv, ':') ? AF_INET6 : AF_INET;
180 len = af == AF_INET ? NS_INADDRSZ : NS_IN6ADDRSZ;
181 if (inet_pton(af, *argv, &addr) == -1
    [all...]
  /src/games/sail/
pl_5.c 58 bool af; local in function:acceptmove
70 ta = maxturns(ms, &af);
73 "move (%d,%c%d): ", ma, af ? '\'' : ' ', ta);
132 || (af && turnfirst(buf) && moved)) {
142 if (af && !moved) {
game.c 46 maxturns(struct ship *ship, bool *af)
51 *af = (ship->file->drift > 1 && turns);
52 if (*af != false) {
  /src/lib/libresolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /src/lib/libc/resolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /src/libexec/identd/
npf.c 58 int dev, af; local in function:npf_natlookup
63 switch (af = ss[0].ss_family) {
78 maybe_syslog(LOG_ERR, "NAT lookup for %d: %m" , af);
87 if (npf_nat_lookup(dev, af, addr, port, IPPROTO_TCP, PFIL_OUT) == -1) {
98 switch (af) {
  /src/dist/pf/sbin/pfctl/
pf_print_state.c 52 print_addr(struct pf_addr_wrap *addr, sa_family_t af, int verbose)
90 if (inet_ntop(af, &addr->v.a.addr, buf,
114 int bits = unmask(&addr->v.a.mask, af);
116 if (bits != (af == AF_INET ? 32 : 128))
122 print_name(struct pf_addr *addr, sa_family_t af)
127 switch (af) {
155 print_host(struct pfsync_state_host *h, sa_family_t af, int opts)
160 print_name(&h->addr, af);
166 if (af == AF_INET)
170 af = AF_INET6
    [all...]
  /src/usr.bin/netstat/
main.c 98 int af; variable in typeref:typename:int
427 af = AF_UNSPEC;
518 af = AF_LOCAL;
611 * Otherwise do this at least once (with af == AF_UNSPEC).
620 af = AF_INET;
622 af = AF_INET6;
624 af = AF_ARP;
626 af = PF_KEY;
629 af = AF_LOCAL;
631 af = AF_APPLETALK
    [all...]
  /src/sys/dist/pf/net/
pf_mtag.h 53 sa_family_t af; /* for ECN */ member in struct:pf_mtag
pf.c 294 ((sk)->af == AF_INET6 && \
369 if ((diff = a->af - b->af) != 0)
371 switch (a->af) {
411 if ((diff = a->af - b->af) != 0)
413 switch (a->af) {
479 if ((diff = a->af - b->af) != 0)
481 switch (a->af) {
3078 sa_family_t af = pd->af; local in function:pf_test_rule
3744 sa_family_t af = pd->af; local in function:pf_test_fragment
    [all...]
  /src/usr.sbin/inetd/
ipsec.c 57 ipsecsetup(int af, int fd, const char *policy)
78 error = ipsecsetup0(af, fd, p, true);
126 ipsecsetup0(int af, int fd, const char *policy, int commit)
133 switch (af) {
  /src/usr.sbin/ypserv/stdhosts/
stdhosts.c 61 int af = 1 << 4; /*IPv4*/ local in function:main
69 af |= 1 << 6; /*IPv6*/
110 if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 &&
114 } else if ((af & (1 << 6)) != 0 &&
  /src/lib/libc/rpc/
bindresvport.c 91 int af; local in function:bindresvport_sa
100 af = sa->sa_family;
103 af = sa->sa_family;
105 switch (af) {
128 sa->sa_family = af;
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 571 struct nlm_async_lock *af = (struct nlm_async_lock *) arg; local in function:nlm_lock_callback
575 " cookie %d:%d\n", af, af->af_host->nh_caller_name,
576 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie),
577 ng_cookie(&af->af_granted.cookie));
589 if (af->af_host->nh_vers == NLM_VERS4) {
590 nlm4_granted_msg_4(&af->af_granted,
591 NULL, af->af_rpc, &ext, nlm_zero_tv);
597 granted.cookie = af->af_granted.cookie
691 struct nlm_async_lock *af; local in function:nlm_check_expired_locks
768 struct nlm_async_lock *af; local in function:nlm_host_notify
2021 struct nlm_async_lock *af; local in function:nlm_do_lock
2158 struct nlm_async_lock *af; local in function:nlm_do_cancel
2350 struct nlm_async_lock *af = NULL; local in function:nlm_do_granted_res
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
pxa2xx.dtsi 11 #define PMMUX(func, pin, af) \
14 function = #af; \
16 #define PMMUX_LPM_LOW(func, pin, af) \
19 function = #af; \
22 #define PMMUX_LPM_HIGH(func, pin, af) \
25 function = #af; \
  /src/usr.bin/fstat/
misc.c 232 struct audio_file af; local in function:p_audio
236 if (!KVM_READ(f->f_data, &af, sizeof(af))) {
242 if (ISDEVAUDIO(af.dev)) {
244 } else if (ISDEVSOUND(af.dev)) {
246 } else if (ISDEVAUDIOCTL(af.dev)) {
248 } else if (ISDEVMIXER(af.dev)) {
254 if (af.ptrack && af.rtrack) {
256 } else if (af.ptrack)
    [all...]
  /src/tests/lib/libm/
t_round.c 63 float af = VALF, bf, cf; local in function:ATF_TC_BODY
67 bf = roundf(af);
75 cf = roundf(-af);
  /src/sys/net/
if_srt.h 14 int af; member in struct:srt_rt
  /src/sys/net/npf/
if_npflog.h 41 sa_family_t af; member in struct:npfloghdr

Completed in 21 milliseconds

1 2 3 4 5 6 7 8