Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d84 #pragma D binding "1.13" SO_TYPE
85 inline int SO_TYPE = 0x1008; /* get socket type */ variable
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c418 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 Dypupdated_main.c222 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock2.c244 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
/freebsd/usr.sbin/ppp/
H A Dtcp.c177 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) { in tcp_Create()
H A Dudp.c289 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) { in udp_Create()
/freebsd/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c222 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c257 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
/freebsd/sys/sys/
H A Dsocket.h160 #define SO_TYPE 0x1008 /* get socket type */ macro
/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c649 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, &sotype, &sotypelen) < 0) in test_ip_multicast_membership()
/freebsd/lib/libc/rpc/
H A Drpc_generic.c467 if (_getsockopt(fd, SOL_SOCKET, SO_TYPE, &type, &len) < 0) in __rpc_fd2sockinfo()
/freebsd/contrib/unbound/util/
H A Dwinsock_event.c521 if(getsockopt(ev->ev_fd, SOL_SOCKET, SO_TYPE, in event_add()
/freebsd/sys/rpc/
H A Drpc_generic.c202 opt.sopt_name = SO_TYPE; in __rpc_socket2sockinfo()
/freebsd/contrib/blocklist/bin/
H A Dconf.c1064 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &proto, &slen) == -1) { in conf_handle_inet()
/freebsd/sys/contrib/libnv/
H A Dnvlist.c1282 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, &sotype, &solen) != 0) in nvlist_recv()
/freebsd/contrib/libpcap/
H A Dpcap-linux.c3030 if (getsockopt(handle->fd, SOL_SOCKET, SO_TYPE, &sk_type, in create_ring()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c525 return (SO_TYPE); in linux_to_bsd_so_sockopt()
/freebsd/sys/kern/
H A Duipc_socket.c4114 case SO_TYPE: