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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c64 struct pr_icmp *reply, struct in6_addr fromaddr, struct timeval *recv_tvp);
380 struct timeval *recv_tvp; local
469 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP);
470 if (recv_tvp == NULL) {
479 incoming_echo_reply(pii, reply, fromaddr, recv_tvp);
508 struct timeval *recv_tvp; local
590 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP);
591 if (recv_tvp == NULL) {
598 incoming_echo_reply(pii, reply, from.sin6_addr, recv_tvp);
706 struct in6_addr fromaddr, struct timeval *recv_tvp)
705 incoming_echo_reply(struct phyint_instance *pii, struct pr_icmp *reply, struct in6_addr fromaddr, struct timeval *recv_tvp) argument
[all...]

Completed in 177 milliseconds