Searched refs:af (Results 201 - 225 of 279) sorted by relevance

1234567891011>>

/openbsd-current/sys/net/
H A Dif_pflow.c847 if (sk->af == AF_INET)
851 if (sk->af == AF_INET || sk->af == AF_INET6)
1028 if (sk->af == AF_INET) {
1044 } else if (sk->af == AF_INET6) {
1158 pflow_sendout_ipfix(struct pflow_softc *sc, sa_family_t af) argument
1169 switch (af) {
1191 unhandled_af(af);
H A Droute.c1450 int error, af = ifa->ifa_addr->sa_family; local
1460 error = rtable_walk(rtableid, af, &rt,
1958 rt_plentosa(sa_family_t af, int plen, struct sockaddr_in6 *sa_mask) argument
1972 switch (af) {
2072 db_show_rtable(int af, unsigned int rtableid) argument
2074 db_printf("Route tree for af %d, rtableid %u\n", af, rtableid);
2075 rtable_walk(rtableid, af, NULL, db_show_rtentry, NULL);
H A Dif_veb.c590 sa_family_t af; member in struct:veb_pf_ip_family
596 .af = AF_INET,
603 .af = AF_INET6,
647 if (pf_test(fam->af, dir, ifp0, &m) != PF_PASS) {
826 veb_ipsec_proto_out(struct mbuf *m, sa_family_t af, int iphlen)
834 tdb = ipsp_spd_lookup(m, af, iphlen, &error, IPSP_DIRECTION_OUT,
842 if (pf_test(af, PF_OUT, encifp, &m) != PF_PASS) {
853 (void)ipsp_process_packet(m, tdb, af, 0);
H A Dif_wg.c690 wg_socket_open(struct socket **so, int af, in_port_t *port, argument
707 if (af == AF_INET) {
716 } else if (af == AF_INET6) {
729 if ((ret = socreate(af, so, SOCK_DGRAM, 0)) != 0)
2134 int af, ret = EINVAL; local
2168 af = peer->p_endpoint.e_remote.r_sa.sa_family;
2169 if (af != AF_INET && af != AF_INET6) {
H A Dpf_osfp.c106 switch (pd->af) {
114 if (!pf_pull_hdr(pd->m, pd->off, hdr, th->th_off << 2, NULL, pd->af))
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DUtil.pm198 my $af = $|;
200 $| = $af;
/openbsd-current/sys/netinet/
H A Dip_ipip.c104 ipip_input(struct mbuf **mp, int *offp, int nxt, int af) argument
121 nxt = ipip_input_if(mp, offp, nxt, af, ifp);
H A Dip_carp.c418 carp_proto_input(struct mbuf **mp, int *offp, int proto, int af) argument
522 carp6_proto_input(struct mbuf **mp, int *offp, int proto, int af) argument
600 int ismulti, sa_family_t af)
624 if (af == AF_INET &&
736 carp_setrun(vhe, af);
1452 carp_lsdrop(struct ifnet *ifp, struct mbuf *m, sa_family_t af, u_int32_t *src, argument
1492 if (af == AF_INET6) {
1544 carp_setrun_all(struct carp_softc *sc, sa_family_t af) argument
1550 carp_setrun(vhe, af);
1555 * When in backup state, af indicate
599 carp_proto_input_c(struct ifnet *ifp, struct mbuf *m, struct carp_header *ch, int ismulti, sa_family_t af) argument
1559 carp_setrun(struct carp_vhost_entry *vhe, sa_family_t af) argument
[all...]
H A Dip_icmp.c308 icmp_input(struct mbuf **mp, int *offp, int proto, int af) argument
318 proto = icmp_input_if(ifp, mp, offp, proto, af);
324 icmp_input_if(struct ifnet *ifp, struct mbuf **mp, int *offp, int proto, int af) argument
670 return rip_input(mp, offp, proto, af);
H A Dtcp_input.c353 tcp_input(struct mbuf **mp, int *offp, int proto, int af) argument
410 switch (af) {
446 unhandled_af(af);
460 switch (af) {
536 switch (af) {
553 switch (af) {
587 error = ipsp_spd_lookup(m, af, iphlen, IPSP_DIRECTION_IN,
607 switch (af) {
640 switch (af) {
670 switch (af) {
3050 tcp_mss_adv(struct mbuf *m, int af) argument
[all...]
/openbsd-current/usr.sbin/tftp-proxy/
H A Dfilter.c187 pfr.rule.af = src->sa_family;
/openbsd-current/sys/dev/ic/
H A Ddp8390.c871 dp8390_getmcaf(struct arpcom *ac, u_int8_t *af) argument
890 af[i] = 0xff;
894 af[i] = 0;
901 af[crc >> 3] |= 1 << (crc & 0x7);
/openbsd-current/sbin/ipsecctl/
H A Dipsecctl.h114 sa_family_t af; member in struct:ipsec_addr_wrap
/openbsd-current/sbin/pfctl/
H A Dpfctl_parser.h125 sa_family_t af; member in struct:node_host
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h293 uptr __sanitizer_in_addr_sz(int af);
/openbsd-current/usr.bin/dig/
H A Ddighost.c115 const int af; member in struct:__anon53
430 int af = 0; local
434 af = AF_INET;
438 af = AF_INET6;
442 return (af);
454 int af; local
459 af = addr2af(confdata->nameservers[i].family);
461 if (af == AF_INET && !have_ipv4)
463 if (af == AF_INET6 && !have_ipv6)
466 inet_ntop(af, confdat
586 add_nameserver(lwres_conf_t *confdata, const char *addr, int af) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h82 SOCKET win32_socket (int af, int type, int protocol);
/openbsd-current/usr.bin/ssh/
H A Dchannels.h347 void channel_set_af(struct ssh *, int af);
/openbsd-current/usr.sbin/bgpd/
H A Dutil.c995 return (aid_vals[aid].af);
1000 af2aid(sa_family_t af, uint8_t safi, uint8_t *aid) argument
1008 if (aid_vals[i].af == af && aid_vals[i].safi == safi) {
/openbsd-current/usr.bin/openssl/
H A Ds_client.c195 int af; member in struct:__anon55
393 .opt.value = &cfg.af,
400 .opt.value = &cfg.af,
875 cfg.af = AF_UNSPEC;
1074 cfg.socket_type, cfg.af) == 0) {
/openbsd-current/sbin/isakmpd/
H A Dipsec.c2006 sa_family_t af = 0; local
2018 af = AF_INET;
2022 af = AF_INET6;
2036 if (text2sockaddr(address, NULL, addr, af, 0)) {
2066 if (text2sockaddr(address, NULL, addr, af, 0)) {
2078 if (text2sockaddr(netmask, NULL, mask, af, 1)) {
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dutf8decode.t171 3.1.9 N64 - 64 80:81:82:83:84:85:86:87:88:89:8a:8b:8c:8d:8e:8f:90:91:92:93:94:95:96:97:98:99:9a:9b:9c:9d:9e:9f:a0:a1:a2:a3:a4:a5:a6:a7:a8:a9:aa:ab:ac:ad:ae:af:b0:b1:b2:b3:b4:b5:b6:b7:b8:b9:ba:bb:bc:bd:be:bf - unexpected continuation byte 0x80
197 4.1.1 n - 2 c0:af - overlong
198 4.1.2 n - 3 e0:80:af - overlong
199 4.1.3 n - 4 f0:80:80:af - overlong
200 4.1.4 n - 5 f8:80:80:80:af - overlong
201 4.1.5 n - 6 fc:80:80:80:80:af - overlong
219 5.1.4 y dbff 3 ed:af:bf 1 UTF-16 surrogate 0xdbff
230 5.2.7 y dbff,dc00 6 ed:af:bf:ed:b0:80 2 UTF-16 surrogates 0xdbff, dc00
231 5.2.8 y dbff,dfff 6 ed:af:bf:ed:bf:bf 2 UTF-16 surrogates 0xdbff, dfff
267 5.3.3 y fdef 3 ef:b7:af
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep.c624 priv_gethostbyaddr(char *addr, size_t addr_len, int af, char *res, size_t res_len) argument
631 must_write(priv_fd, &af, sizeof(int));
/openbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c682 * If af is PF_UNSPEC more than one socket may be returned.
686 socksetup(int af, int options, const char *port) argument
695 hints.ai_family = af;
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DRetainSummaryManager.h322 void addArg(ArgEffects::Factory &af, unsigned idx, ArgEffect e) { argument
323 Args = af.add(Args, idx, e);

Completed in 434 milliseconds

1234567891011>>