| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | socket.d | 260 SO_TYPE = 3 in version() enumerator 294 SO_TYPE = 0x1008, in version() 328 SO_TYPE = 0x1008, in version() 362 SO_TYPE = 3 in version() 397 SO_TYPE = 3 in version() 431 SO_TYPE = 3 in version() 465 SO_TYPE = 3 in version() 499 SO_TYPE = 3 in version() 652 SO_TYPE = 0x1008 811 SO_TYPE = 0x1008 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | b_sock2.c | 217 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bio_sock2.c | 233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | tty.c | 412 if (getsockopt(file, SOL_SOCKET, SO_TYPE, &type, &len)) in uv_guess_handle()
|
| /netbsd-src/usr.sbin/perfused/ |
| H A D | perfused.c | 453 if (getsockopt(s, SOL_SOCKET, SO_TYPE, &sock_type, &len) != 0) in main()
|
| /netbsd-src/sys/sys/ |
| H A D | socket.h | 170 #define SO_TYPE 0x1008 /* get socket type */ macro
|
| /netbsd-src/sys/rump/net/lib/libsockin/ |
| H A D | sockin_user.c | 84 translate(SO_TYPE); in translate_so_sockopt()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | winsock2.d | 320 SO_TYPE = 0x1008, enumerator
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | rpc_generic.c | 525 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &type, &len) < 0) in __rpc_fd2sockinfo()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | winsock_event.c | 521 if(getsockopt(ev->ev_fd, SOL_SOCKET, SO_TYPE, in event_add()
|
| /netbsd-src/external/bsd/blocklist/bin/ |
| H A D | conf.c | 1064 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &proto, &slen) == -1) { in conf_handle_inet()
|
| /netbsd-src/usr.bin/kdump/ |
| H A D | kdump.c | 655 CASERETURN(SO_TYPE); in sockoptname()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | socket.d | 2554 TYPE = SO_TYPE, /// Socket type 2762 return !getsockopt(sock, SOL_SOCKET, SO_TYPE, cast(char*)&type, &typesize);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | socket.d | 2598 TYPE = SO_TYPE, /// Socket type 2806 return !getsockopt(sock, SOL_SOCKET, SO_TYPE, cast(char*)&type, &typesize);
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_socket.c | 875 return SO_TYPE; in linux_to_bsd_so_sockopt()
|
| /netbsd-src/sys/kern/ |
| H A D | uipc_socket.c | 1980 case SO_TYPE: in sogetopt1()
|