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; in in_data() local
476 IN6_INADDR_TO_V4MAPPED(&from.sin_addr, &fromaddr); in in_data()
479 incoming_echo_reply(pii, reply, fromaddr, recv_tvp); in in_data()
482 incoming_mcast_reply(pii, reply, fromaddr); in in_data()
484 incoming_rtt_reply(pii, reply, fromaddr); in in_data()
618 struct in6_addr fromaddr) in incoming_rtt_reply() argument
626 (void) pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf)); in incoming_rtt_reply()
634 target = target_lookup(pii, fromaddr); in incoming_rtt_reply()
706 struct in6_addr fromaddr, struct timeval *recv_tvp) in incoming_echo_reply() argument
720 (void) pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf)); in incoming_echo_reply()
772 if (!IN6_ARE_ADDR_EQUAL(&target->tg_address, &fromaddr)) { in incoming_echo_reply()
1122 struct in6_addr fromaddr) in incoming_mcast_reply() argument
1132 pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf))); in incoming_mcast_reply()
1148 if (IN6_IS_ADDR_UNSPECIFIED(&fromaddr) || in incoming_mcast_reply()
1149 IN6_IS_ADDR_V4MAPPED_ANY(&fromaddr)) { in incoming_mcast_reply()
1155 pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf)), in incoming_mcast_reply()
1165 if (own_address(fromaddr)) in incoming_mcast_reply()
1176 target_add(pii, fromaddr, _B_FALSE); in incoming_mcast_reply()
1180 target_add(PHYINT_INSTANCE(pi, af), fromaddr, _B_FALSE); in incoming_mcast_reply()