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

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsocket.d64 type = T->so_type;
/xnu-2782.1.97/bsd/kern/
H A Duipc_usrreq.c357 switch (so->so_type) {
439 switch (so->so_type) {
616 if (so->so_type == SOCK_STREAM && unp->unp_conn != 0) {
718 if (so->so_type == SOCK_STREAM)
821 switch (so->so_type) {
850 LIST_INSERT_HEAD(so->so_type == SOCK_DGRAM ?
1175 if (so->so_type != so2->so_type) {
1312 if (so2->so_type != so->so_type)
[all...]
H A Duipc_socket2.c317 so = soalloc(1, SOCK_DOM(head), head->so_type);
326 so->so_type = head->so_type;
2294 VERIFY(so->so_type == SOCK_STREAM &&
2346 && so->so_type == SOCK_STREAM) {
2717 xso->so_type = so->so_type;
2747 xso->so_type = so->so_type;
H A Dsocket_info.c73 si->soi_type = so->so_type;
H A Duipc_socket.c598 so->so_type = type;
1698 (so->so_type == SOCK_STREAM && so_wait_for_if_feedback(so))) {
1811 if (so->so_type != SOCK_STREAM && (flags & MSG_OOB) != 0) {
1830 if (resid < 0 || resid > INT_MAX || (so->so_type == SOCK_STREAM &&
2188 if (so->so_type != SOCK_DGRAM) {
2989 if (so->so_type == SOCK_STREAM && SOCK_PROTO(so) == IPPROTO_TCP &&
3489 if (so->so_type != SOCK_DGRAM) {
4922 optval = so->so_type;
5591 && so->so_type == SOCK_STREAM) {
5811 SOCK_DOM(so), so->so_type,
[all...]
H A Duipc_syscalls.c668 dgram = (so->so_type == SOCK_DGRAM);
721 dgram = (so->so_type == SOCK_DGRAM);
2912 if (so->so_type != SOCK_STREAM) {
H A Dkern_control.c337 (so->so_type != SOCK_STREAM)) ||
339 (so->so_type != SOCK_DGRAM))) {
H A Dkpi_socket.c1007 *outType = sock->so_type;
/xnu-2782.1.97/bsd/netinet/
H A Din_tclass.c970 if ((so->so_type == SOCK_RAW &&
977 if ((so->so_type == SOCK_RAW &&
990 if (so->so_type == SOCK_STREAM) {
1024 if (so->so_type == SOCK_STREAM)
H A Din_pcblist.c109 xso->so_type = so->so_type;
H A Dmptcp_usrreq.c1247 VERIFY(mp_so->so_type == SOCK_STREAM);
H A Din_pcb.c855 (so->so_type == SOCK_STREAM ? tcp_use_randomport :
/xnu-2782.1.97/bsd/sys/
H A Dsocketvar.h152 short so_type; /* generic type, see socket.h */ member in struct:socket
403 short so_type; member in struct:xsocket
425 short so_type; member in struct:xsocket64
459 short so_type; member in struct:xsocket_n
/xnu-2782.1.97/bsd/bsm/
H A Daudit_record.h253 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_arg.c609 so->so_type;
627 so->so_type;
H A Daudit_bsm_token.c812 au_to_socket_ex(u_short so_domain, u_short so_type, argument
831 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type));

Completed in 102 milliseconds