Searched refs:sotype (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/bsd/nfs/ |
| H A D | nfs_syscalls.c | 681 int error = 0, sodomain, sotype, soprotocol, on = 1; in nfssvc_addsock() local 691 sock_gettype(so, &sodomain, &sotype, &soprotocol); in nfssvc_addsock() 704 if (sotype == SOCK_STREAM) { in nfssvc_addsock() 721 sobufsize = MIN(sbmaxsize, (sotype == SOCK_DGRAM) ? NFS_UDPSOCKBUF : NFSRV_TCPSOCKBUF); in nfssvc_addsock() 783 if (sotype == SOCK_STREAM) { in nfssvc_addsock() 841 slp->ns_sotype = sotype; in nfssvc_addsock()
|
| H A D | nfs.h | 294 int sotype; /* Socket type */ member 342 int sotype; /* Socket type */ member
|
| /xnu-8796.141.3/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()
|