Home
last modified time | relevance | path

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

/PHP-7.4/ext/sockets/
H A Dsockets.c2498 int protoid; local
2499 socklen_t protoidlen = sizeof(protoid);
2501 getsockopt(socket->bsd_socket, SOL_SOCKET, SO_TYPE, (char *) &protoid, &protoidlen);
2503 if (protoid == SOCK_STREAM) {
2506 protoidlen = sizeof(protoid);
2507 getsockopt(socket->bsd_socket, SOL_SOCKET, SO_PROTOCOL, (char *) &protoid, &protoidlen);
2508 if (protoid == IPPROTO_TCP)
2514 } else if (protoid == SOCK_DGRAM) {

Completed in 9 milliseconds