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

/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c171 struct msghdr msg6; local
183 bzero(&msg6, sizeof (struct msghdr));
184 msg6.msg_name = multicast;
185 msg6.msg_namelen = sizeof (sin6_t);
186 msg6.msg_iov = iovs;
187 msg6.msg_iovlen = 3;
197 if (sendmsg(s, &msg6, 0) < 0) {
207 if (sendmsg(s, &msg6, 0) < 0) {
219 if (sendmsg(s, &msg6, 0) < 0) {
234 struct msghdr msg6; local
305 struct msghdr msg6; local
336 struct msghdr msg6; local
364 struct msghdr msg6; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c301 send_probe6(int sndsock, struct msghdr *msg6, struct ip *outip, int seq, argument
332 if (!update_hoplimit_ancillary_data(msg6, ttl)) {
346 to6 = (struct sockaddr_in6 *)msg6->msg_name;
353 msg6->msg_iov = &iov;
354 msg6->msg_iovlen = 1;
356 cc = sendmsg(sndsock, msg6, 0);
H A Dtraceroute.c1403 struct msghdr msg6; local
1414 * Initialize the msg6 structure using the hoplimit for the first
1418 msg6.msg_control = NULL;
1419 msg6.msg_controllen = 0;
1420 set_ancillary_data(&msg6, first_ttl, pr6->gwIPlist, gw_count,
1434 traceroute(addrp, &msg6, pr4, num_ifs4, al4);
1442 traceroute(addrp, &msg6, pr6, num_ifs6, al6);
1491 traceroute(union any_in_addr *ip_addr, struct msghdr *msg6, struct pr_set *pr, argument
1514 msg6->msg_name = pr->to;
1515 msg6
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1801 static struct msghdr msg6; local
1884 set_ancillary_data(&msg6, hoplimit, gw_IP_list6,
1888 pinger(send_sock6, (struct sockaddr *)&to6, &msg6, AF_INET6);
2055 pinger(int send_sock, struct sockaddr *whereto, struct msghdr *msg6, argument
2146 msg6->msg_name = to6;
2147 msg6->msg_namelen = sizeof (struct sockaddr_in6);
2152 msg6->msg_iov = &iov;
2153 msg6->msg_iovlen = 1;
2155 i = sendmsg(send_sock, msg6, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c3118 struct msghdr msg6; local
3133 msg6.msg_control = NULL;
3134 msg6.msg_controllen = 0;
3145 * We need to temporarily set the msg6.msg_controllen to bufspace
3150 msg6.msg_controllen = bufspace;
3152 msg6.msg_control = (struct cmsghdr *)malloc(bufspace);
3153 if (msg6.msg_control == NULL) {
3159 cmsgp = CMSG_FIRSTHDR(&msg6);
3167 cmsgp = CMSG_NXTHDR(&msg6, cmsgp);
3187 cmsgp = CMSG_NXTHDR(&msg6, cmsg
[all...]
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c148 char *msg6 = "\n\007\007System shutdown time has arrived\007\007\n"; variable
405 (void) printf(gettext(msg6));

Completed in 81 milliseconds