pr_icmp
incoming_mcast_reply(struct phyint_instance *pii, struct pr_icmp *reply,
struct pr_icmp probe_pkt; /* Probe packet */
struct pr_icmp *reply;
reply = (struct pr_icmp *)((char *)in_packet + iphlen);
if (len < sizeof (struct pr_icmp)) {
struct pr_icmp *reply;
reply = (struct pr_icmp *)in_packet;
if (len < (sizeof (struct pr_icmp))) {
incoming_rtt_reply(struct phyint_instance *pii, struct pr_icmp *reply,
struct pr_icmp *reply, struct in6_addr fromaddr, struct timeval *recv_tvp);
struct pr_icmp *reply, struct in6_addr fromaddr);
struct pr_icmp *reply, struct in6_addr fromaddr);
incoming_echo_reply(struct phyint_instance *pii, struct pr_icmp *reply,