Searched defs:pr_icmp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c39 struct pr_icmp struct
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);
219 struct pr_icmp probe_pkt; /* Probe packet */
379 struct pr_icmp *reply;
441 reply = (struct pr_icmp *)((char *)in_packet + iphlen);
450 * The reply content must be a struct pr_icmp
463 if (len < sizeof (struct pr_icmp)) {
507 struct pr_icmp *repl
[all...]

Completed in 78 milliseconds