Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ypserv/
H A Dyp_dnslookup.c423 SO_TYPE, &type, &len) == -1) { in yp_async_lookup_name()
481 SO_TYPE, &type, &len) == -1) { in yp_async_lookup_addr()
H A Dyp_main.c281 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c220 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
/dragonfly/usr.sbin/ppp/
H A Dtcp.c177 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) { in tcp_Create()
H A Dudp.c290 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) { in udp_Create()
/dragonfly/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c222 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
/dragonfly/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c257 if (getsockopt(0, SOL_SOCKET, SO_TYPE, in main()
/dragonfly/sys/sys/
H A Dsocket.h144 #define SO_TYPE 0x1008 /* get socket type */ macro
/dragonfly/lib/libc/rpc/
H A Drpc_generic.c485 if (_getsockopt(fd, SOL_SOCKET, SO_TYPE, &type, &len) < 0) in __rpc_fd2sockinfo()
/dragonfly/sys/kern/
H A Duipc_socket.c2372 case SO_TYPE: in sogetopt()