Home
last modified time | relevance | path

Searched refs:sotype (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_syscalls.c685 int error = 0, sodomain, sotype, soprotocol, on = 1; in nfssvc_addsock() local
695 sock_gettype(so, &sodomain, &sotype, &soprotocol); in nfssvc_addsock()
708 if (sotype == SOCK_STREAM) { in nfssvc_addsock()
722 sobufsize = (sotype == SOCK_DGRAM) ? NFS_UDPSOCKBUF : NFSRV_TCPSOCKBUF; in nfssvc_addsock()
784 if (sotype == SOCK_STREAM) { in nfssvc_addsock()
842 slp->ns_sotype = sotype; in nfssvc_addsock()
H A Dnfs.h298 int sotype; /* Socket type */ member
346 int sotype; /* Socket type */ member
/xnu-12377.61.12/bsd/security/audit/
H A Daudit.h218 void audit_arg_socket(struct kaudit_record *ar, int sodomain, int sotype,
H A Daudit_arg.c317 audit_arg_socket(struct kaudit_record *ar, int sodomain, int sotype, in audit_arg_socket() argument
321 ar->k_ar.ar_arg_sockinfo.sai_type = sotype; in audit_arg_socket()