HomeSort by: relevance | last modified time | path
    Searched refs:isudp (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_svcout.c 892 int isudp; local in function:write_inetd_register
900 isudp = 1;
902 isudp = 0;
906 isudp ? "SOCK_DGRAM" : "SOCK_STREAM");
913 if (!isudp)
921 if (!isudp)
928 if (!isudp)
942 sp, isudp ? "UDP" : "TCP");
957 isudp ? "UDP" : "TCP");
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 3948 int *isudp)
3967 *isudp = 0;
3970 *isudp = 1;
3973 *isudp = 0;
3976 *isudp = 1;
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 4874 int addrcnt, bitcnt, error, i, isudp, j, pos, safilled, stripecnt; local in function:nfsrpc_getdeviceinfo
4958 error = nfsv4_getipaddr(nd, &ss, &isudp);
4963 if (error == 0 && isudp == 0) {

Completed in 18 milliseconds