Searched refs:af (Results 226 - 250 of 279) sorted by relevance

1234567891011>>

/openbsd-current/sys/netinet6/
H A Draw_ip6.c135 rip6_input(struct mbuf **mp, int *offp, int proto, int af) argument
145 KASSERT(af == AF_INET6);
H A Dfrag6.c114 frag6_input(struct mbuf **mp, int *offp, int proto, int af) argument
/openbsd-current/sys/netinet/
H A Draw_ip.c132 rip_input(struct mbuf **mp, int *offp, int proto, int af) argument
143 KASSERT(af == AF_INET);
H A Dip_ah.c200 ah_massage_headers(struct mbuf **mp, int af, int skip, int alg, int out) argument
212 switch (af) {
885 hdr.af = tdb->tdb_dst.sa.sa_family;
H A Dip_ipcomp.c332 hdr.af = tdb->tdb_dst.sa.sa_family;
H A Dip_spd.c155 ipsp_spd_lookup(struct mbuf *m, int af, int hlen, int direction, argument
196 switch (af) {
/openbsd-current/usr.sbin/ftp-proxy/
H A Dfilter.c204 pfr.rule.af = src->sa_family;
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
H A DLocale.pm13 af ar as az be bn ca cs cu cy da dsb ee eo es et fa fi fil fo gu
249 af Afrikaans
424 af 30 = 1.8.1
/openbsd-current/usr.bin/ftp/
H A Dftp.c1265 u_int af, hal, pal; local
1423 &af, &hal,
1431 if (af != 4 || hal != 4 || pal != 2) {
1448 &af, &hal,
1460 if (af != 6 || hal != 16 || pal != 2) {
/openbsd-current/regress/sbin/ifconfig/
H A Difaddr.c140 int af = AF_INET; variable
344 af = ifr.ifr_addr.sa_family = rafp->af_af;
357 if (argc != 0 && af == AF_INET6)
421 if (af == AF_INET6 && explicit_prefix == 0) {
501 getsock(af);
/openbsd-current/sys/net/
H A Dbpf.c261 u_int32_t af; local
265 memcpy(&af, m->m_data, hlen);
266 sockp->sa_family = ntohl(af);
1501 bpf_mtap_af(caddr_t arg, u_int32_t af, const struct mbuf *m, u_int direction) argument
1505 afh = htonl(af);
H A Dif_pfsync.c2075 if (pf_setup_pdesc(&pdesc, st->key[PF_SK_WIRE]->af,
2078 switch (st->key[PF_SK_WIRE]->af) {
2088 unhandled_af(st->key[PF_SK_WIRE]->af);
2092 switch (st->key[PF_SK_WIRE]->af) {
2102 unhandled_af(st->key[PF_SK_WIRE]->af);
2819 af1 = sp->key[0].af;
2820 af2 = sp->key[1].af;
2830 (sp->af != AF_INET && sp->af != AF_INET6))) {
3321 pfsync_input4(struct mbuf **mp, int *offp, int proto, int af) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjdump.c479 bfd_boolean af;
501 af = (strstr (an, "gnu_compiled") != NULL
506 if (af && ! bf)
508 if (! af && bf)
522 af = file_symbol (a, an, anl);
525 if (af && ! bf)
527 if (! af && bf)
475 bfd_boolean af; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjdump.c497 bfd_boolean af;
519 af = (strstr (an, "gnu_compiled") != NULL
524 if (af && ! bf)
526 if (! af && bf)
540 af = file_symbol (a, an, anl);
543 if (af && ! bf)
545 if (! af && bf)
493 bfd_boolean af; local
/openbsd-current/usr.sbin/httpd/
H A Dparse.y2172 int cnt = 0, af;
2178 af = AF_INET;
2183 p->ifa_addr->sa_family != af ||
2203 h->ss.ss_family = af;
2206 if (af == AF_INET) {
2223 if (af == AF_INET) {
2225 af = AF_INET6;
/openbsd-current/usr.sbin/relayd/
H A Dparse.y2117 if (router->rt_conf.af == AF_UNSPEC)
2118 router->rt_conf.af = $2.ss.ss_family;
2119 else if (router->rt_conf.af != $2.ss.ss_family) {
3184 int cnt = 0, af;
3190 af = AF_INET;
3195 p->ifa_addr->sa_family != af ||
3215 h->ss.ss_family = af;
3217 if (af == AF_INET) {
3234 if (af == AF_INET) {
3236 af
[all...]
/openbsd-current/sbin/unwind/
H A Dresolver.c1999 int i, rdns_count, af, changed = 0; local
2003 af = rdns_proposal->rtdns.sr_family;
2006 switch (af) {
2014 log_warnx("%s: unsupported address family: %d", __func__, af);
2032 ss.ss_family = af;
2033 switch (af) {
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencoding.pm495 "\xDF" =~ /\x{3af}/
499 "\xDF\x{100}" =~ /\x{3af}\x{100}/
502 the left will B<not> be upgraded to C<\x{3af}> (Unicode GREEK SMALL
626 # \xDF in ISO 8859-7 (Greek) is \x{3af} in Unicode.
635 # $c will be "\x{3af}\x{100}", not "\x{df}\x{100}".
647 print "peta\n" if "\x{3af}" eq pack("C", 0xdf);
648 print "exa\n" if "\x{3af}" cmp pack("C", 0xdf) == 0;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp328 uptr __sanitizer_in_addr_sz(int af) { argument
329 if (af == AF_INET)
331 else if (af == AF_INET6)
H A Dsanitizer_platform_limits_freebsd.h328 uptr __sanitizer_in_addr_sz(int af);
/openbsd-current/usr.bin/dig/lib/dns/
H A Drdata.c101 inet_totext(int af, isc_region_t *src, isc_buffer_t *target);
1287 inet_totext(int af, isc_region_t *src, isc_buffer_t *target) { argument
1291 if (inet_ntop(af, src->base, tmpbuf, sizeof(tmpbuf)) == NULL)
/openbsd-current/usr.sbin/nsd/
H A Dzonec.c1484 int af; local
1511 af = AF_INET;
1516 af = AF_INET6;
1524 rc = inet_pton(af, colon + 1, address);
/openbsd-current/gnu/usr.bin/perl/t/
H A Dloc_tools.pl730 Afrikaans:af:za:1 15
/openbsd-current/sbin/ipsecctl/
H A Dipsecctl.c398 if (inet_ntop(ipa->af, &ipa->address, buf, sizeof(buf)) == NULL)
404 if (bits != (ipa->af == AF_INET ? 32 : 128))
/openbsd-current/sbin/iked/
H A Dikev2_msg.c1183 ikev2_msg_getsocket(struct iked *env, int af, int natt) argument
1185 switch (af) {
1192 log_debug("%s: af socket %d not available", __func__, af);

Completed in 414 milliseconds

1234567891011>>