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

/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Dprobe.c178 struct sockaddr_in6 sa6_probe; local
183 bzero(&sa6_probe, sizeof(sa6_probe));
184 sa6_probe.sin6_family = AF_INET6;
185 sa6_probe.sin6_len = sizeof(sa6_probe);
186 sa6_probe.sin6_addr = *addr;
188 sndmhdr.msg_name = (caddr_t)&sa6_probe;

Completed in 176 milliseconds