Searched refs:sotype (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/nfs/ |
| H A D | nfs_syscalls.c | 650 int error = 0, sodomain, sotype, soprotocol, on = 1; in nfssvc_addsock() local 660 sock_gettype(so, &sodomain, &sotype, &soprotocol); in nfssvc_addsock() 673 if (sotype == SOCK_STREAM) { in nfssvc_addsock() 690 sobufsize = min(sbmaxsize, (sotype == SOCK_DGRAM) ? NFS_UDPSOCKBUF : NFSRV_TCPSOCKBUF); in nfssvc_addsock() 747 if (sotype == SOCK_STREAM) { in nfssvc_addsock() 805 slp->ns_sotype = sotype; in nfssvc_addsock()
|
| H A D | nfs.h | 293 int sotype; /* Socket type */ member 341 int sotype; /* Socket type */ member
|
| /xnu-8792.41.9/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()
|