/freebsd/cddl/lib/libdtrace/ |
H A D | socket.d | 84 #pragma D binding "1.13" SO_TYPE 85 inline int SO_TYPE = 0x1008; /* get socket type */ variable
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_dnslookup.c | 418 SO_TYPE, &type, &len) == -1) { in yp_async_lookup_name() 476 SO_TYPE, &type, &len) == -1) { in yp_async_lookup_addr()
|
/freebsd/usr.sbin/rpc.ypupdated/ |
H A D | ypupdated_main.c | 222 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock2.c | 244 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
|
/freebsd/usr.sbin/ppp/ |
H A D | tcp.c | 177 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) { in tcp_Create()
|
H A D | udp.c | 289 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) { in udp_Create()
|
/freebsd/usr.sbin/rpc.ypxfrd/ |
H A D | ypxfrd_main.c | 222 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | yppasswdd_main.c | 257 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
|
/freebsd/sys/sys/ |
H A D | socket.h | 160 #define SO_TYPE 0x1008 /* get socket type */ macro
|
/freebsd/tools/regression/netinet/ipsockopt/ |
H A D | ipsockopt.c | 649 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, &sotype, &sotypelen) < 0) in test_ip_multicast_membership()
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_generic.c | 467 if (_getsockopt(fd, SOL_SOCKET, SO_TYPE, &type, &len) < 0) in __rpc_fd2sockinfo()
|
/freebsd/contrib/unbound/util/ |
H A D | winsock_event.c | 521 if(getsockopt(ev->ev_fd, SOL_SOCKET, SO_TYPE, in event_add()
|
/freebsd/sys/rpc/ |
H A D | rpc_generic.c | 202 opt.sopt_name = SO_TYPE; in __rpc_socket2sockinfo()
|
/freebsd/contrib/blocklist/bin/ |
H A D | conf.c | 1064 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &proto, &slen) == -1) { in conf_handle_inet()
|
/freebsd/sys/contrib/libnv/ |
H A D | nvlist.c | 1282 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, &sotype, &solen) != 0) in nvlist_recv()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-linux.c | 3030 if (getsockopt(handle->fd, SOL_SOCKET, SO_TYPE, &sk_type, in create_ring()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 525 return (SO_TYPE); in linux_to_bsd_so_sockopt()
|
/freebsd/sys/kern/ |
H A D | uipc_socket.c | 4114 case SO_TYPE:
|