Lines Matching refs:fromaddr
64 struct pr_icmp *reply, struct in6_addr fromaddr, struct timeval *recv_tvp);
66 struct pr_icmp *reply, struct in6_addr fromaddr);
68 struct pr_icmp *reply, struct in6_addr fromaddr);
370 struct in6_addr fromaddr;
476 IN6_INADDR_TO_V4MAPPED(&from.sin_addr, &fromaddr);
479 incoming_echo_reply(pii, reply, fromaddr, recv_tvp);
482 incoming_mcast_reply(pii, reply, fromaddr);
484 incoming_rtt_reply(pii, reply, fromaddr);
618 struct in6_addr fromaddr)
626 (void) pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf));
634 target = target_lookup(pii, fromaddr);
706 struct in6_addr fromaddr, struct timeval *recv_tvp)
720 (void) pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf));
772 if (!IN6_ARE_ADDR_EQUAL(&target->tg_address, &fromaddr)) {
1122 struct in6_addr fromaddr)
1132 pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf)));
1148 if (IN6_IS_ADDR_UNSPECIFIED(&fromaddr) ||
1149 IN6_IS_ADDR_V4MAPPED_ANY(&fromaddr)) {
1155 pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf)),
1165 if (own_address(fromaddr))
1176 target_add(pii, fromaddr, _B_FALSE);
1180 target_add(PHYINT_INSTANCE(pi, af), fromaddr, _B_FALSE);