Home
last modified time | relevance | path

Searched refs:protoid (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/sockets/
H A Dsockets.c2264 int protoid; local
2265 socklen_t protoidlen = sizeof(protoid);
2267 getsockopt(socket->bsd_socket, SOL_SOCKET, SO_TYPE, (char *) &protoid, &protoidlen);
2269 if (protoid == SOCK_STREAM) {
2272 protoidlen = sizeof(protoid);
2273 getsockopt(socket->bsd_socket, SOL_SOCKET, SO_PROTOCOL, (char *) &protoid, &protoidlen);
2274 if (protoid == IPPROTO_TCP)
2280 } else if (protoid == SOCK_DGRAM) {

Completed in 15 milliseconds