Searched refs:sotype (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/nfs/
H A Dnfsdiskless.h77 int sotype; /* Socket type */ member in struct:onfs_args
H A Dnfs_diskless.c125 nd->sotype = SOCK_STREAM;
127 nd->sotype = SOCK_DGRAM;
261 nd3->root_args.sotype = SOCK_STREAM;
300 nd->root_args.sotype = SOCK_STREAM;
326 args.sotype = nd->root_args.sotype;
331 nd->root_args.sotype = args.sotype;
H A Dbootp_subr.c1196 args->sotype = SOCK_DGRAM;
/freebsd-11-stable/sys/nfsclient/
H A Dnfsargs.h47 int sotype; /* Socket type */ member in struct:nfs_args
/freebsd-11-stable/sys/security/audit/
H A Daudit.h97 void audit_arg_socket(int sodomain, int sotype, int soprotocol);
265 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) do { \
267 audit_arg_socket((sodomain), (sotype), (soprotocol)); \
367 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol)
H A Daudit_arg.c430 audit_arg_socket(int sodomain, int sotype, int soprotocol) argument
439 ar->k_ar.ar_arg_sockinfo.so_type = sotype;
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c81 /* Table for af,sotype -> netid conversions. */
85 int sotype; member in struct:nc_protos
139 static const char *netidbytype(int af, int sotype);
684 int doconnect, nfsvers, mntvers, sotype; local
688 sotype = 0;
694 sotype = SOCK_STREAM;
696 sotype = SOCK_DGRAM;
698 if ((netid = netidbytype(ai->ai_family, sotype)) == NULL) {
700 "af %d sotype %d not supported", ai->ai_family, sotype);
935 netidbytype(int af, int sotype) argument
[all...]
/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c647 int sotype; local
650 sotypelen = sizeof(sotype);
651 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, &sotype, &sotypelen) < 0)
658 if (sotype == SOCK_STREAM)
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c235 args->sotype = oargs->sotype;
421 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0,
580 if (argp->sotype == SOCK_STREAM) {
689 adjsock |= ((nmp->nm_sotype != argp->sotype) ||
704 nmp->nm_sotype = argp->sotype;
714 nmp->nm_sotype = argp->sotype;
856 .sotype = SOCK_STREAM,
952 args.sotype = SOCK_DGRAM;
954 args.sotype
[all...]
/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c806 plog(XLOG_DEBUG, "NA->sotype = %d", nap->sotype);
960 nap->sotype = SOCK_STREAM;
962 nap->sotype = SOCK_DGRAM;
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c282 na.sotype = SOCK_DGRAM;

Completed in 154 milliseconds