Searched defs:so_type (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsocketvar.h21 short so_type; /* generic type, see socket.h */ member in struct:socket
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c720 int so_type; local
726 so_type = sockets[sock_id].type;
733 if (so_type == INETBOOT_RAW) {
751 if (so_type == INETBOOT_STREAM) {
800 enum SockType so_type; local
843 so_type = sockets[sock_id].type;
847 if ((so_type == INETBOOT_DGRAM ||
848 so_type == INETBOOT_STREAM) &&
886 switch (so_type) {
904 switch (so_type) {
995 enum SockType so_type; local
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_record.h342 short so_type; /* generic type, see socket.h */ member in struct:oldsocket
H A Daudit_event.c3540 short so_family, so_type; local
3586 so_type = so->so_type;
3594 if (so->so_type == SOCK_STREAM) {
3622 au_uwrite(au_to_arg32(0, "type", (uint32_t)(so_type)));
3626 au_uwrite(au_to_socket_ex(so_family, so_type, so_laddr, so_faddr));
3645 short so_family, so_type; local
3669 so_type = so->so_type;
3698 au_uwrite(au_to_arg32(1, "type", (uint32_t)(so_type)));
3721 short so_family, so_type; local
3808 short so_family, so_type; local
3904 short so_family, so_type; local
4091 short so_family, so_type; local
4288 short so_family, so_type; local
4482 short so_family, so_type; local
4676 short so_family, so_type; local
5556 short so_family, so_type; local
5690 short so_family, so_type; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h162 short so_type; member in struct:sonode

Completed in 100 milliseconds