Searched refs:in6_addr (Results 26 - 50 of 316) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netinet6/
H A Din6_jail.c72 const struct in6_addr *ia6a, *ia6b;
75 ia6a = (const struct in6_addr *)ip1;
76 ia6b = (const struct in6_addr *)ip2;
79 for (i = 0; rc == 0 && i < sizeof(struct in6_addr); i++) {
89 prison_restrict_ip6(struct prison *pr, struct in6_addr *newip6)
179 prison_get_ip6(struct ucred *cred, struct in6_addr *ia6)
199 bcopy(&pr->pr_ip6[0], ia6, sizeof(struct in6_addr));
212 prison_saddrsel_ip6(struct ucred *cred, struct in6_addr *ia6)
215 struct in6_addr lia6;
235 bcopy(&lia6, ia6, sizeof(struct in6_addr));
[all...]
H A Dmld6.h48 struct in6_addr mld_addr; /* address being queried */
78 struct in6_addr mr_addr; /* address being reported */
H A Dnd6.h104 struct in6_addr addr; /* IPv6 address of the neighbor */
116 struct in6_addr rtaddr;
136 struct in6_addr prefix;
145 struct in6_addr advrtr[DRLSTSIZ]; /* XXX: explicit limit */
153 struct in6_addr prefix;
162 struct in6_addr advrtr[DRLSTSIZ]; /* XXX: explicit limit */
237 struct in6_addr rtaddr;
264 struct in6_addr ndpr_mask; /* netmask derived from the prefix */
295 struct in6_addr inpm_prefix;
434 struct llentry *nd6_lookup(const struct in6_addr *, in
[all...]
H A Dip_fw_nat64.h104 struct in6_addr prefix6; /* NAT64 prefix */
113 struct in6_addr plat_prefix; /* NAT64 (PLAT) prefix */
114 struct in6_addr clat_prefix; /* Client (CLAT) prefix */
144 struct in6_addr prefix6; /* NAT64 prefix */
175 struct in6_addr host6; /* Bound IPv6 host */
H A Din6_var.h520 in6_addrhash(const struct in6_addr *in6)
556 struct in6_addr im6s_addr;
572 struct in6_addr im6s_addr; /* Common field */
587 return (memcmp(&a->im6s_addr, &b->im6s_addr, sizeof(struct in6_addr)));
632 struct in6_addr in6m_addr; /* IPv6 multicast address */
709 in6m_lookup_locked(struct ifnet *ifp, const struct in6_addr *mcaddr)
735 in6m_lookup(struct ifnet *ifp, const struct in6_addr *mcaddr)
763 int in6_mc_join(struct ifnet *, const struct in6_addr *,
765 int in6_mc_join_locked(struct ifnet *, const struct in6_addr *,
772 int in6m_record_source(struct in6_multi *, const struct in6_addr *);
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dnetscope.c38 struct in6_addr *in6;
46 in6 = (struct in6_addr *)addr;
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h99 struct in6_addr clat_prefix;
100 struct in6_addr plat_prefix;
112 nat64_check_ip6(struct in6_addr *addr)
146 int nat64_check_prefix6(const struct in6_addr *prefix, int length);
148 int nat64_do_handle_ip4(struct mbuf *m, struct in6_addr *saddr,
149 struct in6_addr *daddr, uint16_t lport, struct nat64_config *cfg,
155 void nat64_embed_ip4(struct in6_addr *ip6, int plen, in_addr_t ia);
156 in_addr_t nat64_extract_ip4(const struct in6_addr *ip6, int plen);
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dif.h48 struct in6_addr *get_addr(char *);
H A Drtadvd.h125 struct in6_addr pfx_prefix;
134 struct in6_addr rti_prefix;
140 struct in6_addr ra_dns; /* DNS server entry */
292 int prefix_match(struct in6_addr *, int,
293 struct in6_addr *, int);
296 struct in6_addr *, int);
/freebsd-11-stable/sys/netinet/
H A Dip_carp.h149 struct ifaddr *carp_iamatch6(struct ifnet *, struct in6_addr *);
150 caddr_t carp_macmatch6(struct ifnet *, struct mbuf *, const struct in6_addr *);
174 extern struct ifaddr *(*carp_iamatch6_p)(struct ifnet *, struct in6_addr *);
176 const struct in6_addr *);
/freebsd-11-stable/usr.sbin/ppp/
H A Dncpaddr.h44 struct in6_addr ipaddr;
56 struct in6_addr ip6addr;
73 extern void ncpaddr_setip6(struct ncpaddr *, const struct in6_addr *);
74 extern int ncpaddr_getip6(const struct ncpaddr *, struct in6_addr *);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dipv6.h47 #define in6_addr in_addr6 macro
57 LIBISC_EXTERNAL_DATA extern const struct in6_addr isc_net_in6addrany;
58 LIBISC_EXTERNAL_DATA extern const struct in6_addr isc_net_in6addrloop;
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow_v9.h74 struct in6_addr src_addr; /* Source IPv6 address (IPV6_SRC_ADDR) */
75 struct in6_addr dst_addr; /* Destination IPv6 address (IPV6_DST_ADDR) */
76 struct in6_addr next_hop; /* Next hop IPv6 address (IPV6_NEXT_HOP) */
/freebsd-11-stable/sys/net/altq/
H A Daltq.h128 struct in6_addr fi6_dst; /* dest address */
129 struct in6_addr fi6_src; /* src address */
153 struct in6_addr mask6_dst;
154 struct in6_addr mask6_src;
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.h44 struct in6_addr rip6_dest;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_addr.h181 (struct in6_addr *)gid);
186 if (IN6_IS_SCOPE_LINKLOCAL((struct in6_addr *)gid->raw) ||
187 IN6_IS_ADDR_MC_INTFACELOCAL((struct in6_addr *)gid->raw)) {
201 if (ipv6_addr_v4mapped((const struct in6_addr *)gid)) {
234 (struct in6_addr *)gid);
308 static inline int rdma_link_local_addr(struct in6_addr *addr)
317 static inline void rdma_get_ll_mac(struct in6_addr *addr, u8 *mac)
324 static inline int rdma_is_multicast_addr(struct in6_addr *addr)
335 static inline void rdma_get_mcast_mac(struct in6_addr *addr, u8 *mac)
/freebsd-11-stable/usr.bin/netstat/
H A Dnetstat.h110 struct in6_addr;
112 char *inet6name(struct in6_addr *);
123 struct in6_addr;
125 void inet6print(const char *, struct in6_addr *, int, const char *, int);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h120 struct in6_addr addr6;
344 struct in6_addr addr6; /* v6 address of peer */
366 struct in6_addr dstadr6; /* local address (v6) */
367 struct in6_addr srcadr6; /* source address (v6) */
421 struct in6_addr dstadr6; /* local address (v6-like) */
422 struct in6_addr srcadr6; /* sources address (v6-like) */
456 struct in6_addr dstadr6; /* local address */
457 struct in6_addr srcadr6; /* remote address */
497 struct in6_addr peer6; /* system peer address (v6) */
610 struct in6_addr peeraddr
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dnetaddr.h40 struct in6_addr in6;
111 isc_netaddr_fromin6(isc_netaddr_t *netaddr, const struct in6_addr *ina6);
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns_compat.h204 struct in6_addr;
236 int evdns_resolve_reverse_ipv6(const struct in6_addr *in, int flags, evdns_callback_type callback, void *ptr);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ip6.c47 ip6_finddst(netdissect_options *ndo, struct in6_addr *dst,
53 const struct in6_addr *dst_addr;
56 const struct in6_addr *addr;
156 UNALIGNED_MEMCPY(dst, dst_addr, sizeof(struct in6_addr));
168 struct in6_addr ph_src;
169 struct in6_addr ph_dst;
178 UNALIGNED_MEMCPY(&ph.ph_src, &ip6->ip6_src, sizeof (struct in6_addr));
196 UNALIGNED_MEMCPY(&ph.ph_dst, &ip6->ip6_dst, sizeof (struct in6_addr));
H A Dprint-pgm.c236 ND_TCHECK2(*bp, sizeof(struct in6_addr));
238 bp += sizeof(struct in6_addr);
279 ND_TCHECK2(*bp, sizeof(struct in6_addr));
281 bp += sizeof(struct in6_addr);
350 ND_TCHECK2(*bp, sizeof(struct in6_addr));
352 bp += sizeof(struct in6_addr);
372 ND_TCHECK2(*bp, sizeof(struct in6_addr));
374 bp += sizeof(struct in6_addr);
597 if (opt_len != PGM_OPT_REDIRECT_FIXED_LEN + sizeof(struct in6_addr)) {
602 ND_TCHECK2(*bp, sizeof(struct in6_addr));
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dratectrl.h93 struct in6_addr c6_Addr;
99 struct in6_addr ch_Addr;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dndisc_snoop.c23 struct in6_addr addr;
30 struct in6_addr target_addr;
41 static int sta_ip6addr_add(struct sta_info *sta, struct in6_addr *addr)
69 static int sta_has_ip6addr(struct sta_info *sta, struct in6_addr *addr)
102 struct in6_addr saddr;
/freebsd-11-stable/sys/sys/
H A Djail.h50 struct in6_addr *ip6;
84 struct in6_addr pr_ip6[];
171 struct in6_addr *pr_ip6; /* (p) v6 IPs of jail */
401 int prison_get_ip6(struct ucred *, struct in6_addr *);
402 int prison_local_ip6(struct ucred *, struct in6_addr *, int);
403 int prison_remote_ip6(struct ucred *, struct in6_addr *);
404 int prison_check_ip6(const struct ucred *, const struct in6_addr *);
405 int prison_check_ip6_locked(const struct prison *, const struct in6_addr *);
406 int prison_saddrsel_ip6(struct ucred *, struct in6_addr *);
407 int prison_restrict_ip6(struct prison *, struct in6_addr *);
[all...]

Completed in 306 milliseconds

1234567891011>>