Searched refs:ia6 (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Daddrconf.h38 addrconf_addr_solict_mult(struct in6_addr *ia6, struct in6_addr *sol) argument
45 sol->s6_addr32[3] = ia6->s6_addr32[3];
/freebsd-current/sys/netinet6/
H A Din6_jail.c66 prison_bcopy_primary_ip6(const struct prison *pr, struct in6_addr *ia6) argument
69 bcopy(prison_ip_get0(pr, PR_INET6), ia6, sizeof(struct in6_addr)); local
108 prison_get_ip6(struct ucred *cred, struct in6_addr *ia6) argument
113 KASSERT(ia6 != NULL, ("%s: ia6 is NULL", __func__));
128 prison_bcopy_primary_ip6(pr, ia6);
141 prison_saddrsel_ip6(struct ucred *cred, struct in6_addr *ia6) argument
147 KASSERT(ia6 != NULL, ("%s: ia6 is NULL", __func__));
162 bcopy(&lia6, ia6, sizeo
202 prison_local_ip6(struct ucred *cred, struct in6_addr *ia6, int v6only) argument
250 prison_remote_ip6(struct ucred *cred, struct in6_addr *ia6) argument
291 prison_check_ip6_locked(const struct prison *pr, const struct in6_addr *ia6) argument
301 prison_check_ip6(const struct ucred *cred, const struct in6_addr *ia6) argument
[all...]
H A Dnd6.c941 struct in6_ifaddr *ia6, *nia6; local
958 CK_STAILQ_FOREACH_SAFE(ia6, &V_in6_ifaddrhead, ia_link, nia6) {
960 if (IFA6_IS_INVALID(ia6)) {
974 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0) {
975 if (regen_tmpaddr(ia6) == 0)
979 in6_purgeaddr(&ia6->ia_ifa);
983 } else if (IFA6_IS_DEPRECATED(ia6)) {
984 int oldflags = ia6->ia6_flags;
986 ia6->ia6_flags |= IN6_IFF_DEPRECATED;
993 (ia6
1097 regen_tmpaddr(struct in6_ifaddr *ia6) argument
[all...]
H A Dfrag6.c429 struct in6_ifaddr *ia6; local
460 ia6 = in6ifa_ifwithaddr(&ip6->ip6_dst, 0 /* XXX */, false);
461 if (ia6 != NULL)
462 dstifp = ia6->ia_ifp;
H A Dnd6_rtr.c1468 struct in6_ifaddr *ia6 = NULL, *ia6_match = NULL; local
1743 if ((ia6 = in6_ifadd(new, mcast)) != NULL) {
1748 ia6->ia6_ndpr = pr;
1764 if ((e = in6_tmpifadd(ia6, 1, 1)) != 0) {
1770 ifa_free(&ia6->ia_ifa);
H A Dip6_output.c1177 struct in6_ifaddr *ia6; local
1180 ia6 = in6_ifawithifp(ifp, &ip6->ip6_src);
1181 if (ia6) {
1183 counter_u64_add(ia6->ia_ifa.ifa_opackets, 1);
1184 counter_u64_add(ia6->ia_ifa.ifa_obytes,
H A Din6.c181 #define ia62ifa(ia6) (&((ia6)->ia_ifa))
1850 struct in6_ifaddr *ia6; local
1862 ia6 = (struct in6_ifaddr *)ifa;
1863 if (IN6_ARE_ADDR_EQUAL(&ia6->ia_addr.sin6_addr, &in6))
H A Dicmp6.c1215 struct in6_ifaddr *ia6 = NULL; local
1251 ia6 = in6ifa_ifwithaddr(&ip6->ip6_dst, 0 /* XXX */, false);
1252 if (ia6 == NULL)
1255 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) &&
/freebsd-current/sys/security/mac/
H A Dmac_inet6.c176 mac_inet6_check_add_addr(struct ucred *cred, const struct in6_addr *ia6, argument
181 MAC_POLICY_CHECK(ip6_check_jail, cred, ia6, ifp);
H A Dmac_framework.h199 const struct in6_addr *ia6, struct ifnet *ifp);
H A Dmac_policy.h256 const struct in6_addr *ia6, struct ifnet *ifp);
/freebsd-current/usr.bin/netstat/
H A Dinet6.c1317 inet6name(struct in6_addr *ia6) argument
1326 if (IN6_IS_ADDR_UNSPECIFIED(ia6)) {
1339 memcpy(&sin6.sin6_addr, ia6, sizeof(*ia6));
1341 /* XXX: ia6.s6_addr[2] can contain scopeid. */
/freebsd-current/tools/regression/priv/
H A Dmain.c442 struct in6_addr ia6 = IN6ADDR_LOOPBACK_INIT; local
455 j.ip6 = &ia6;
/freebsd-current/sys/security/mac_ipacl/
H A Dmac_ipacl.c420 const struct in6_addr *ia6, if_t ifp)
424 ip6_addr.v6 = *ia6; /* Make copy to not alter the original. */
419 ipacl_ip6_check_jail(struct ucred *cred, const struct in6_addr *ia6, if_t ifp) argument
/freebsd-current/contrib/sendmail/src/
H A Dconf.c4499 struct in6_addr ia6; local
4516 memmove(&ia6, h->h_addr_list[i],
4518 addr = anynet_ntop(&ia6,
4928 struct in6_addr ia6; local
5024 ia6 = sa->sin6.sin6_addr;
5025 if (IN6_IS_ADDR_UNSPECIFIED(&ia6))
5027 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
5034 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
5137 struct in6_addr ia6;
5231 ia6
[all...]
H A Dsm_resolve.c1417 struct in6_addr ia6; local
1535 memmove(&ia6, h->h_addr_list[i], IN6ADDRSZ);
1536 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
H A Dmain.c800 struct in6_addr ia6; local
826 memmove(&ia6, hp->h_addr_list[i], IN6ADDRSZ);
827 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c945 struct in6_addr *ia6 = NULL; local
973 ia6 = &((struct sockaddr_in6 *)sin)->sin6_addr;
974 if (!IN6_IS_ADDR_LINKLOCAL(ia6) &&
975 !IN6_IS_ADDR_LOOPBACK(ia6))
/freebsd-current/sys/net/
H A Drtsock.c544 struct in6_addr ia6; local
560 &ia6, sizeof(struct in6_addr));
561 if (prison_check_ip6(cred, &ia6) == 0) {
571 ia6 = ((struct sockaddr_in6 *)nh->nh_ifa->ifa_addr)->
573 if (prison_get_ip6(cred, &ia6) != 0)
579 bcopy(&ia6, &saun->sin6.sin6_addr, sizeof(struct in6_addr));
/freebsd-current/sys/netinet/
H A Dtcp_input.c565 struct in6_ifaddr *ia6; local
583 ia6 = in6ifa_ifwithaddr(&ip6->ip6_dst, 0 /* XXX */, false);
584 if (ia6 && (ia6->ia6_flags & IN6_IFF_ANYCAST)) {
1261 struct in6_ifaddr *ia6; local
1263 ia6 = in6ifa_ifwithaddr(&ip6->ip6_dst, 0 /* XXX */, false);
1264 if (ia6 != NULL &&
1265 (ia6->ia6_flags & IN6_IFF_DEPRECATED)) {

Completed in 408 milliseconds