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

12

/freebsd-11-stable/sys/kern/
H A Duipc_debug.c47 db_print_sotype(short so_type) argument
50 switch (so_type) {
435 db_printf("so_type: %d (", so->so_type);
436 db_print_sotype(so->so_type);
H A Duipc_usrreq.c402 switch (so->so_type) {
439 switch (so->so_type) {
811 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET,
812 ("%s: socktype %d", __func__, so->so_type));
863 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_DGRAM ||
864 so->so_type == SOCK_SEQPACKET,
865 ("%s: socktype %d", __func__, so->so_type));
877 switch (so->so_type) {
[all...]
H A Duipc_socket.c511 so->so_type = type;
602 so->so_type = head->so_type;
643 (head->so_type != SOCK_SEQPACKET))) {
1060 KASSERT(so->so_type == SOCK_DGRAM, ("sosend_dgram: !SOCK_DGRAM"));
1240 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) {
1953 if (so->so_type != SOCK_STREAM)
2363 if (so->so_type != SOCK_DGRAM &&
2816 optval = so->so_type;
3620 xso->so_type
[all...]
H A Dkern_sendfile.c509 if ((*so)->so_type != SOCK_STREAM)
/freebsd-11-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-11-stable/sys/fs/nfsclient/
H A Dnfs_clkrpc.c188 if (so->so_type == SOCK_DGRAM)
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h74 short so_type; /* (a) generic type, see socket.h */ member in struct:socket
171 short so_type; member in struct:xsocket
/freebsd-11-stable/sys/security/audit/
H A Dbsm_token.c926 au_to_socket_ex(u_short so_domain, u_short so_type, argument
945 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type));
978 u_int16_t so_type; local
985 so_type = soi->so_type;
986 ADD_U_INT16(dptr, so_type);
H A Daudit_private.h115 int so_type; member in struct:socket_au_info
H A Daudit_arg.c439 ar->k_ar.ar_arg_sockinfo.so_type = sotype;
679 ar->k_ar.ar_arg_sockinfo.so_type =
680 so->so_type;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c447 if (so->so_type == SOCK_DGRAM)
464 if (so->so_type == SOCK_STREAM)
/freebsd-11-stable/usr.bin/netstat/
H A Dunix.c320 (long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc,
H A Dinet.c164 xso->so_type = so->so_type;
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_fd.c208 switch (so->so_type) {
/freebsd-11-stable/sys/bsm/
H A Daudit_record.h265 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h252 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
/freebsd-11-stable/sys/netinet/
H A Dsctp_os_bsd.h379 #define SCTP_SO_TYPE(so) ((so)->so_type)
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c211 (so->so_type != SOCK_STREAM ||
242 (so->so_type != SOCK_STREAM ||
H A Dip6_mroute.c558 MRT6_DLOG(DEBUG_ANY, "so_type = %d, pr_protocol = %d",
559 so->so_type, so->so_proto->pr_protocol);
561 if (so->so_type != SOCK_RAW ||
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_soft.c1339 if (so->so_type != SOCK_STREAM) {
1476 if (so->so_type != SOCK_STREAM)
/freebsd-11-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-11-stable/sys/compat/svr4/
H A Dsvr4_stream.c395 switch (so->so_type) {
417 DPRINTF(("getparm(type %d?)\n", so->so_type));
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1086 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) {
1236 if (so->so_type != SOCK_STREAM)
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c617 if (so->so_type != SOCK_RAW)
/freebsd-11-stable/sys/netgraph/
H A Dng_ksocket.c1121 if (so->so_type == SOCK_STREAM) {

Completed in 277 milliseconds

12