Searched refs:so_type (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-12-stable/sys/kern/
H A Duipc_debug.c49 db_print_sotype(short so_type) argument
52 switch (so_type) {
441 db_printf("so_type: %d (", so->so_type);
442 db_print_sotype(so->so_type);
H A Duipc_usrreq.c520 switch (so->so_type) {
558 switch (so->so_type) {
878 if (so->so_type != SOCK_STREAM && so->so_type != SOCK_SEQPACKET)
945 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET,
946 ("%s: socktype %d", __func__, so->so_type));
997 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_DGRAM ||
998 so->so_type
[all...]
H A Duipc_socket.c530 so->so_type = type;
618 so->so_type = head->so_type;
711 so->so_type = head->so_type;
1281 KASSERT(so->so_type == SOCK_DGRAM, ("sosend_dgram: !SOCK_DGRAM"));
1461 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) {
2181 if (so->so_type != SOCK_STREAM)
2594 if (so->so_type != SOCK_DGRAM && !SOLISTENING(so))
3039 optval = so->so_type;
[all...]
/freebsd-12-stable/sys/security/mac_portacl/
H A Dmac_portacl.c451 if (so->so_type != SOCK_DGRAM &&
452 so->so_type != SOCK_STREAM)
460 type = so->so_type;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clkrpc.c190 if (so->so_type == SOCK_DGRAM)
/freebsd-12-stable/sys/security/audit/
H A Dbsm_token.c928 au_to_socket_ex(u_short so_domain, u_short so_type, argument
947 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type));
980 u_int16_t so_type; local
987 so_type = soi->so_type;
988 ADD_U_INT16(dptr, so_type);
H A Daudit_private.h125 int so_type; member in struct:socket_au_info
H A Daudit_arg.c447 ar->k_ar.ar_arg_sockinfo.so_type = sotype;
700 ar->k_ar.ar_arg_sockinfo.so_type =
701 so->so_type;
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c454 if (so->so_type == SOCK_DGRAM)
471 if (so->so_type == SOCK_STREAM)
/freebsd-12-stable/sys/sys/
H A Dsocketvar.h93 short so_type; /* (a) generic type, see socket.h */ member in struct:socket
507 int16_t so_type; member in struct:xsocket
/freebsd-12-stable/usr.bin/netstat/
H A Dunix.c319 (long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc,
H A Dinet.c167 xso->so_type = so->so_type;
/freebsd-12-stable/sys/compat/cloudabi/
H A Dcloudabi_fd.c208 switch (so->so_type) {
/freebsd-12-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h259 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
/freebsd-12-stable/sys/bsm/
H A Daudit_record.h267 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
/freebsd-12-stable/sys/netinet/
H A Dsctp_os_bsd.h381 #define SCTP_SO_TYPE(so) ((so)->so_type)
/freebsd-12-stable/sys/dev/iscsi/
H A Dicl_soft.c1259 if (so->so_type != SOCK_STREAM) {
1406 if (so->so_type != SOCK_STREAM)
/freebsd-12-stable/sys/netinet6/
H A Din6_pcb.c224 (so->so_type != SOCK_STREAM ||
256 (so->so_type != SOCK_STREAM ||
H A Dip6_mroute.c559 MRT6_DLOG(DEBUG_ANY, "so_type = %d, pr_protocol = %d",
560 so->so_type, so->so_proto->pr_protocol);
562 if (so->so_type != SOCK_RAW ||
/freebsd-12-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c1006 au_to_socket_ex(u_short so_domain, u_short so_type, argument
1029 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type));
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_socket.c656 if (so->so_type == SOCK_DGRAM)
1011 if (so->so_type != SOCK_STREAM)
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1084 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) {
1235 if (so->so_type != SOCK_STREAM)
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c633 if (so->so_type != SOCK_STREAM ||
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c619 if (so->so_type != SOCK_RAW)
/freebsd-12-stable/sys/netgraph/
H A Dng_ksocket.c1111 if (so->so_type == SOCK_STREAM) {

Completed in 233 milliseconds

12