Searched refs:sotype (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_syscalls.c | 685 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 D | nfs.h | 298 int sotype; /* Socket type */ member 346 int sotype; /* Socket type */ member
|
| /xnu-12377.61.12/bsd/security/audit/ |
| H A D | audit.h | 218 void audit_arg_socket(struct kaudit_record *ar, int sodomain, int sotype,
|
| H A D | audit_arg.c | 317 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()
|