Searched refs:recv_tvp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_probe.c | 64 struct pr_icmp *reply, struct in6_addr fromaddr, struct timeval *recv_tvp); 380 struct timeval *recv_tvp; in in_data() local 469 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP); in in_data() 470 if (recv_tvp == NULL) { in in_data() 479 incoming_echo_reply(pii, reply, fromaddr, recv_tvp); in in_data() 508 struct timeval *recv_tvp; in in6_data() local 590 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP); in in6_data() 591 if (recv_tvp == NULL) { in in6_data() 598 incoming_echo_reply(pii, reply, from.sin6_addr, recv_tvp); in in6_data() 706 struct in6_addr fromaddr, struct timeval *recv_tvp) in incoming_echo_reply() argument [all …]
|