Searched refs:soprotocol (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c735 int error = 0, sodomain, sotype, soprotocol, on = 1; local
743 sock_gettype(so, &sodomain, &sotype, &soprotocol);
746 if ((sodomain == AF_INET) && (soprotocol == IPPROTO_UDP) && nfsrv_udpsock) {
750 if ((sodomain == AF_INET6) && (soprotocol == IPPROTO_UDP) && nfsrv_udp6sock) {
758 if ((sodomain == AF_INET) && (soprotocol == IPPROTO_TCP))
797 if (soprotocol == IPPROTO_UDP) {
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit.h214 int soprotocol);
H A Daudit_arg.c331 int soprotocol)
336 ar->k_ar.ar_arg_sockinfo.sai_protocol = soprotocol;
330 audit_arg_socket(struct kaudit_record *ar, int sodomain, int sotype, int soprotocol) argument

Completed in 70 milliseconds