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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c1222 int ssock; local
1303 ssock = socket(pr->family, type, proto);
1305 if (ssock < 0) {
1319 if (setsockopt(ssock, SOL_SOCKET, SO_SNDBUF, (char *)&packet_len,
1326 if (setsockopt(ssock, IPPROTO_IP, IP_HDRINCL, (char *)&on,
1335 if (setsockopt(ssock, SOL_SOCKET, SO_DEBUG, (char *)&on,
1343 if (setsockopt(ssock, SOL_SOCKET, SO_DONTROUTE,
1359 if (setsockopt(ssock, IPPROTO_IP, IP_TOS, (char *)&int_op,
1369 if (setsockopt(ssock, IPPROTO_IP, IP_DONTFRAG,
1376 if (setsockopt(ssock, IPPROTO_IPV
[all...]

Completed in 48 milliseconds