Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dsocket.d260 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 Db_sock2.c217 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_sock2.c233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dtty.c412 if (getsockopt(file, SOL_SOCKET, SO_TYPE, &type, &len)) in uv_guess_handle()
/netbsd-src/usr.sbin/perfused/
H A Dperfused.c453 if (getsockopt(s, SOL_SOCKET, SO_TYPE, &sock_type, &len) != 0) in main()
/netbsd-src/sys/sys/
H A Dsocket.h170 #define SO_TYPE 0x1008 /* get socket type */ macro
/netbsd-src/sys/rump/net/lib/libsockin/
H A Dsockin_user.c84 translate(SO_TYPE); in translate_so_sockopt()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinsock2.d320 SO_TYPE = 0x1008, enumerator
/netbsd-src/lib/libc/rpc/
H A Drpc_generic.c525 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &type, &len) < 0) in __rpc_fd2sockinfo()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dwinsock_event.c521 if(getsockopt(ev->ev_fd, SOL_SOCKET, SO_TYPE, in event_add()
/netbsd-src/external/bsd/blocklist/bin/
H A Dconf.c1064 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &proto, &slen) == -1) { in conf_handle_inet()
/netbsd-src/usr.bin/kdump/
H A Dkdump.c655 CASERETURN(SO_TYPE); in sockoptname()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d2554 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 Dsocket.d2598 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 Dlinux_socket.c875 return SO_TYPE; in linux_to_bsd_so_sockopt()
/netbsd-src/sys/kern/
H A Duipc_socket.c1980 case SO_TYPE: in sogetopt1()