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

1 2 3 4

  /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/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/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/lib/libresolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /src/sbin/ifconfig/
af_inetany.c 71 int af, rc, s; local in function:commit_address
77 if ((af = getaf(env)) == -1)
78 af = AF_INET;
80 if ((s = getsock(af)) == -1)
af_link.c 65 static struct afswtch af = { variable in typeref:struct:afswtch
129 register_family(&af);
env.c 173 int64_t af; local in function:getaf
175 if (!prop_dictionary_get_int64(env, "af", &af)) {
179 return (int)af;
af_inet.c 71 static struct afswtch af = { variable in typeref:struct:afswtch
250 register_family(&af);
  /src/sys/dist/pf/net/
pf_mtag.h 53 sa_family_t af; /* for ECN */ member in struct:pf_mtag
if_pflog.h 44 sa_family_t af; member in struct:pfloghdr
65 u_int32_t af; member in struct:old_pfloghdr
  /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/resolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /src/sys/net/npf/
if_npflog.h 41 sa_family_t af; member in struct:npfloghdr
  /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/distrib/utils/libhack/
gethost.c 141 int af, len; local in function:gethostent_r
168 af = AF_INET6;
177 af = AF_INET6;
181 af = AF_INET;
191 if (hent->h_addrtype != 0 && hent->h_addrtype != af)
213 hent->h_addrtype = af;
  /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) {
dr_3.c 67 bool af; local in function:moveall
73 ta = maxturns(sp, &af);
81 ta, ma, af);
  /src/sys/net/
if_loop.c 355 printf("%s: can't handle af%d\n", ifp->if_xname,
387 uint32_t af; local in function:lostart
394 af = *(mtod(m, uint32_t *));
397 switch (af) {
415 printf("%s: can't handle af%d\n", ifp->if_xname, af);
if_srt.h 14 int af; member in struct:srt_rt
if_faith.c 179 uint32_t af; local in function:faithoutput
183 af = dst->sa_family;
185 if (af == AF_UNSPEC) {
186 af = *(mtod(m, int *));
190 bpf_mtap_af(ifp, af, m, BPF_D_OUT);
199 switch (af) {
rtsock.c 275 sysctl_iflist(int af, struct rt_walkarg *w, int type)
354 if (af && af != ifa->ifa_addr->sa_family)
407 u_char af; local in function:sysctl_rtable
417 af = name[0];
443 * specify an AF
447 if (af != 0)
448 error = lltable_sysctl_dump(af, &w);
456 if (af == 0 || af == i)
    [all...]
  /src/lib/libc/net/
sethostent.c 121 int af; local in function:_hf_gethtbyname
128 af = va_arg(ap, int);
144 hp = _hf_gethtbyname2(name, af, info);
154 _hf_gethtbyname2(const char *name, int af, struct getnamaddr *info)
185 info->hp->h_addrtype = af;
202 hent.h_addrtype = af = hp->h_addrtype;
  /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/kern/
uipc_accf.c 238 struct so_accf *af; local in function:accept_filt_clear
258 af = so->so_accf;
259 afp = af->so_accept_filter;
263 if (af->so_accept_filter_str != NULL) {
264 kmem_free(af->so_accept_filter_str,
267 kmem_free(af, sizeof(*af));
  /src/sys/arch/arm/xscale/
iopaau.c 115 struct iopaau_function *af; local in function:iopaau_start
133 af = dreq->dreq_assignment->das_algdesc->dad_data;
134 error = (*af->af_setup)(sc, dreq);
175 struct iopaau_function *af = local in function:iopaau_finish
198 iopaau_desc_free(af->af_desc_cache, firstdesc);
233 struct iopaau_function *af = local in function:iopaau_func_fill_immed_setup
235 struct pool_cache *dc = af->af_desc_cache;
414 struct iopaau_function *af = local in function:iopaau_func_xor_setup
416 struct pool_cache *dc = af->af_desc_cache;

Completed in 20 milliseconds

1 2 3 4