Lines Matching defs:ssock
1222 int ssock;
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_IPV6, IPV6_DONTFRAG,
1386 sndsock4 = ssock;
1389 sndsock6 = ssock;