Searched refs:in6_addr (Results 226 - 250 of 316) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/net/
H A Dif_vxlan.c2384 const struct in6_addr *srcaddr, *dstaddr;
2879 const struct in6_addr *in6 = &satoconstsin6(sa)->sin6_addr;
2900 const struct in6_addr *in6 = &satoconstsin6(sa)->sin6_addr;
2943 const struct in6_addr *in6 = &satoconstsin6(sa)->sin6_addr;
2963 const struct in6_addr *in6 = &satoconstsin6(sa)->sin6_addr;
H A Dpfvar.h57 struct in6_addr v6;
983 struct in6_addr _pfra_ip6addr;
1214 struct in6_addr ipv6;
H A Drtsock.c494 struct in6_addr ia6;
510 &ia6, sizeof(struct in6_addr));
529 bcopy(&ia6, &saun->sin6.sin6_addr, sizeof(struct in6_addr));
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c91 struct in6_addr struct
116 struct in6_addr sin6_addr; /* IPv6 address */
522 static struct block *gen_hostop6(compiler_state_t *, struct in6_addr *,
523 struct in6_addr *, int, int, u_int, u_int);
536 static struct block *gen_host6(compiler_state_t *, struct in6_addr *,
537 struct in6_addr *, int, int, int);
4046 gen_hostop6(compiler_state_t *cstate, struct in6_addr *addr,
4047 struct in6_addr *mask, int dir, int proto, u_int src_off, u_int dst_off)
5061 gen_host6(compiler_state_t *cstate, struct in6_addr *addr,
5062 struct in6_addr *mas
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c201 struct in6_addr src, dst; /* IPv6 source and destination */
514 static void dyn_make_keepalive_ipv6(struct mbuf *, const struct in6_addr *,
515 const struct in6_addr *, uint32_t, uint32_t, uint32_t, uint16_t,
810 ret = memcmp(&id->src_ip6, &id->dst_ip6, sizeof(struct in6_addr));
824 struct in6_addr addr[2];
2480 dyn_make_keepalive_ipv6(struct mbuf *m, const struct in6_addr *src,
2481 const struct in6_addr *dst, uint32_t zoneid, uint32_t seq, uint32_t ack,
/freebsd-11-stable/sys/security/audit/
H A Daudit_bsm.c118 struct in6_addr *ap;
128 ap = (struct in6_addr *)&ak.ai_termid.at_addr[0];
660 tok = au_to_in_addr_ex((struct in6_addr *)
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c103 struct in6_addr haddr;
325 struct in6_addr src6;
1253 struct in6_addr haddr;
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c95 struct in6_addr ina;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-dhcp6.c814 struct in6_addr addr6;
H A Dprint-nfs.c846 struct in6_addr client; /* client IP address (net order) */
847 struct in6_addr server; /* server IP address (net order) */
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c283 &aia.ai_termid.at_addr[0], sizeof(struct in6_addr));
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h201 struct in6_addr ip6;
/freebsd-11-stable/lib/libcasper/services/cap_dns/tests/
H A Ddns_test.c226 struct in6_addr ip6;
/freebsd-11-stable/sys/netipsec/
H A Dipsec_input.c182 sizeof(struct in6_addr),
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_osfp.c129 ip6_sprintf(srcname, (const struct in6_addr *)&ip6->ip6_src);
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c726 sizeof(struct in6_addr)) == 0)
/freebsd-11-stable/usr.sbin/mtest/
H A Dmtest.c138 sizeof(struct in6_addr)));
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dif.c258 struct in6_addr *
H A Dconfig.c1024 struct in6_addr *a;
1294 make_prefix(struct rainfo *rai, int ifindex, struct in6_addr *addr, int plen)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp158 return sizeof(struct in6_addr);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dippool_y.y826 afp->adf_len += sizeof(struct in6_addr);
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.c1144 sizeof(struct in6_addr));
1177 sizeof(struct in6_addr));
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c138 static unsigned long ipv6_addr_cmp(const struct in6_addr *left,
139 const struct in6_addr *right)
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c4489 struct in6_addr ia6;
4539 IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr))
4918 struct in6_addr ia6;
5003 struct in6_addr *ia6p;
5120 struct in6_addr ia6;
5203 struct in6_addr *ia6p;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil.c1853 const struct in6_addr *addr = src;
1948 struct in6_addr *out = dst;

Completed in 252 milliseconds

1234567891011>>