Searched refs:sa6_probe (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.sbin/rtsold/
H A Dprobe.c150 struct sockaddr_in6 sa6_probe; local
156 memset(&sa6_probe, 0, sizeof(sa6_probe));
157 sa6_probe.sin6_family = AF_INET6;
158 sa6_probe.sin6_len = sizeof(sa6_probe);
159 sa6_probe.sin6_addr = *addr;
160 sa6_probe.sin6_scope_id = ifinfo->linkid;
162 sndmhdr.msg_name = (caddr_t)&sa6_probe;

Completed in 94 milliseconds