Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 130) sorted by relevance

123456

/titanic_52/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c121 gss_chanbind_cmp(gss_channel_bindings_t local, gss_channel_bindings_t remote) in gss_chanbind_cmp() argument
126 if (remote == NULL) in gss_chanbind_cmp()
129 if (local->initiator_addrtype != remote->initiator_addrtype) in gss_chanbind_cmp()
134 &remote->initiator_address) == FALSE) in gss_chanbind_cmp()
137 if (local->acceptor_addrtype != remote->acceptor_addrtype) in gss_chanbind_cmp()
142 &remote->acceptor_address) == FALSE) in gss_chanbind_cmp()
146 &remote->application_data)); in gss_chanbind_cmp()
171 /* Set our self as the remote for the other end. */ in gen_accept_token()
172 accept->remote = ctx->local; in gen_accept_token()
173 /* The remote sid in gen_accept_token()
256 establish_session_keys(dh_context_t dhctx,const char * remote,dh_key_set_t keys,dh_signature_t sig,dh_token_t token) establish_session_keys() argument
594 dh_init_context_t remote; /* init_context in token */ gen_init_token() local
[all...]
H A Dcontext.c142 free(cntx->remote); in __dh_gss_delete_sec_context()
222 dh_principal p = cntx->initiate ? cntx->local : cntx->remote; in __dh_gss_inquire_context()
228 dh_principal p = cntx->initiate ? cntx->remote : cntx->local; in __dh_gss_inquire_context()
/titanic_52/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c75 ipaddr_t rnode_ip; /* remote ip */
85 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
132 (p->rnode_ip != path->remote.node_ipaddr))) { in rds_path_up()
144 p->rnode_ip = path->remote.node_ipaddr; in rds_path_up()
149 p1->ribd_ip = path->remote.ipaddr; in rds_path_up()
153 (void) strcpy(p1->rifname, path->remote.ifname); in rds_path_up()
169 p1->ribd_ip = path->remote.ipaddr; in rds_path_up()
175 (void) strcpy(p1->rifname, path->remote.ifname); in rds_path_up()
199 (p->rnode_ip != path->remote.node_ipaddr))) { in rds_path_down()
207 path->remote in rds_path_down()
[all...]
/titanic_52/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c71 ipaddr_t rnode_ip; /* remote ip */
81 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
128 (p->rnode_ip != path->remote.node_ipaddr))) { in rdsv3_path_up()
140 p->rnode_ip = path->remote.node_ipaddr; in rdsv3_path_up()
145 p1->ribd_ip = path->remote.ipaddr; in rdsv3_path_up()
149 (void) strcpy(p1->rifname, path->remote.ifname); in rdsv3_path_up()
165 p1->ribd_ip = path->remote.ipaddr; in rdsv3_path_up()
171 (void) strcpy(p1->rifname, path->remote.ifname); in rdsv3_path_up()
195 (p->rnode_ip != path->remote.node_ipaddr))) { in rdsv3_path_down()
203 path->remote in rdsv3_path_down()
[all...]
/titanic_52/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv6remote.pl31 # Find an IPv6 reachable remote host using both ifconfig(1M) and ping(1M).
32 # Print the local address and the remote address, or print nothing if either
33 # no IPv6 interfaces or remote hosts were found. (Remote IPv6 testing is
49 my $remote = "";
73 # Find the first remote host that responds to an icmp echo,
80 $remote = $1;
85 exit 2 if $remote eq "";
87 print "$local $remote\n";
H A Dget.ipv4remote.pl31 # Find an IPv4 reachable remote host using both ifconfig(1M) and ping(1M).
33 # TCP port. Print the local address and the remote address, or an
34 # error message if no suitable remote host was found. Exit status is 0 if
49 my $remote = "";
72 # Find the first remote host that responds to an icmp echo,
95 $remote = $addr;
100 die "Can't find a remote host for testing: No suitable response from " .
101 "$Broadcast{$local}\n" if $remote eq "";
103 print "$local $remote\n";
/titanic_52/usr/src/cmd/bnu/
H A Dgtcfile.c176 char remote[NAMESIZE]; local
180 /* make remote directory if it does not exist */
182 (void) strncpy(remote, sys, NAMESIZE);
183 if ((p = strchr(remote, '/')) != NULL) {
186 DEBUG(6, "create remote spool area %s\n", remote);
187 mkremdir(remote);
191 DEBUG(6, "create service grade directory %s under remote spool\n", p);
193 DEBUG(6, "create remote spool area %s\n", sys);
H A Duuto68 uucp $a $f $remote!~/receive/$user/$mysys/$UUP
85 mesg="Usage: uuto [-mp] files remote!user\n"
115 # the recipient arg: remote!user
116 # remote may be omitted (default is this machine)
118 remote=`expr $1 : '\(.*\)!'`
H A Daccount.c142 * remote - name of the remote system.
148 acConnected (remote, device) in acConnected() argument
150 char * remote; in acConnected()
157 copyText(acptr->rmtSystem, sizeof(acptr->rmtSystem), remote);
244 * type: file transfer or remote exec.
/titanic_52/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_template.c98 dh_getpublickey(const char *remote, keylen_t keylen, algtype_t algtype, in dh_getpublickey() argument
113 "dlopen returned %s", remote, dlerror()); in dh_getpublickey()
124 return (__getpublickey_cached_g(remote, keylen, algtype, in dh_getpublickey()
134 return (getpublickey_g(remote, keylen, algtype, pk, pklen)); in dh_getpublickey()
140 * the common key with the caller and the remote principal.
170 * is held between the caller and the remote principal.
/titanic_52/usr/src/cmd/tip/
H A DMakefile8 # /etc/remote remote host description file
39 log.o partab.o remote.o tip.o tipout.o value.o vars.o \
51 REMOTE= etc.remote
53 ROOTETCREMOTE= $(ROOTETC)/remote
96 # remote.o depends on the makefile because of DEFBR and DEFFS
97 remote.o: Makefile
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A Dditto.sh40 \bpax\b(1), and \btw\b(1) must be installed on the local and remote hosts.]
60 [r:remote?The remote access protocol; either \bssh\b or
130 typeset remote=ssh trace
152 r) remote=$OPTARG ;;
182 then ($remote $src_user $src_host "{ test ! -f .profile || . ./.profile ;} && cd $src_dir && read && ${tw[*]}") 2>&1 |&
190 then ($remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && cd $dst_dir && read && ${tw[*]}") 2>&1 |&
436 $remote $dst_user $dst_host sh
454 $remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && { test -d \"$dst_dir\" || mkdir -p \"$dst_dir\" ;} && cd \"$dst_dir\" && gunzip | $pax $paxreadflags"
/titanic_52/usr/src/cmd/syslogd/
H A Dsystem-log39 echo 'Failed to set remote syslog-logging'
83 remote=`awk -F= '
86 case ${remote} in
90 convert ${remote}
/titanic_52/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c56 * A printer can't be remote and have device, interface, in okprinter()
60 prbufp->remote in okprinter()
89 if (!prbufp->remote && isput && !okinterface(name, prbufp)) in okprinter()
95 if (!prbufp->remote && !prbufp->device && !prbufp->dial_info) in okprinter()
H A Dfreeprinter.c70 if (pp->remote)
71 Free (pp->remote);
/titanic_52/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c660 pUM->remote.link_autoneg = B_FALSE; in BnxeCfgReset()
661 pUM->remote.param_20000fdx = B_FALSE; in BnxeCfgReset()
662 pUM->remote.param_10000fdx = B_FALSE; in BnxeCfgReset()
663 pUM->remote.param_2500fdx = B_FALSE; in BnxeCfgReset()
664 pUM->remote.param_1000fdx = B_FALSE; in BnxeCfgReset()
665 pUM->remote.param_100fdx = B_FALSE; in BnxeCfgReset()
666 pUM->remote.param_100hdx = B_FALSE; in BnxeCfgReset()
667 pUM->remote.param_10fdx = B_FALSE; in BnxeCfgReset()
668 pUM->remote.param_10hdx = B_FALSE; in BnxeCfgReset()
669 pUM->remote in BnxeCfgReset()
[all...]
H A Dbnxe_mm.c975 pUM->remote.link_autoneg = B_FALSE; in BnxeLinkStatus()
976 pUM->remote.param_20000fdx = B_FALSE; in BnxeLinkStatus()
977 pUM->remote.param_10000fdx = B_FALSE; in BnxeLinkStatus()
978 pUM->remote.param_2500fdx = B_FALSE; in BnxeLinkStatus()
979 pUM->remote.param_1000fdx = B_FALSE; in BnxeLinkStatus()
980 pUM->remote.param_100fdx = B_FALSE; in BnxeLinkStatus()
981 pUM->remote.param_100hdx = B_FALSE; in BnxeLinkStatus()
982 pUM->remote.param_10fdx = B_FALSE; in BnxeLinkStatus()
983 pUM->remote.param_10hdx = B_FALSE; in BnxeLinkStatus()
984 pUM->remote in BnxeLinkStatus()
[all...]
/titanic_52/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c87 daemonaddr_t remote; /* remote machine requesting write lock */ member
410 send_lockmsg(ackmessage, (pid_t)0, &lock_wanted.remote, 0); in take_lock()
506 if (islocalhost(&lock_wanted.remote)) { in try_lock()
525 DPF((stderr, "remote locker, take write lock\n")); in try_lock()
527 the_lock.holder = lock_wanted.remote; in try_lock()
532 /* okay to remote */ in try_lock()
571 /* remote daemon missed locked message */ in queue_lock()
579 cmp_addr(addr, &(lrp->remote)) == 0) in queue_lock()
617 lrp->remote in queue_lock()
725 remote_lock(struct sockaddr_in * remote,struct lock_msg * msg) remote_lock() argument
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauthenc.c70 auth_encrypt_init(char *local, char *remote, char *name) in auth_encrypt_init() argument
72 RemoteHostName = remote; in auth_encrypt_init()
/titanic_52/usr/src/lib/libunistat/common/rdc/
H A Drdc.err28 OPNSECSRC = Host %s: Source %s, open remote host failed
30 OPNSECTGT = Host %s: Target %s, open remote host failed
37 CONN = Unable to connect to %s: local disable complete, remote disable aborted
40 INITREMOTE = Could not initialize remote data structures on %s ==> %s set
54 CONNOPEN = Could not open file %s:%s on remote node
71 RSTATE = The remote state of %s:%s ==> %s:%s prevents this operation
/titanic_52/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c171 /* Multiple hosts: failover with multiple servers; this is remote. */ in is_remote_src()
213 /* This returns the hostname portion of a remote path. */
259 * This scans the filesystems already mounted to see if this remote mount is
710 * allowed to mount ourself with "NFS", "NFS" must be remote. in construct_mt()
716 nfte->remote = 1; in construct_mt()
718 nfte->remote = 0; in construct_mt()
736 if (!(nfte->remote)) in construct_mt()
747 if (nfte->remote && !(nfte->writeable)) in construct_mt()
786 nfte->remote = (is_remote == REAL_REMOTE); in construct_vfs()
794 if (nfte->remote) { in construct_vfs()
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c79 static void proxtrans(char *cmd, char *local, char *remote);
86 hrtime_t t1, char *local, char *remote);
577 "421 Service not available, remote" in getreply()
740 sendrequest(char *cmd, char *local, char *remote, int allowpipe) in sendrequest() argument
758 proxtrans(cmd, local, remote); in sendrequest()
848 if (remote) { in sendrequest()
849 if (command("%s %s", cmd, remote) != PRELIM) { in sendrequest()
983 * Wait for remote end to either close data socket in sendrequest()
998 * from remote is 226 or 250. All other codes are error codes. in sendrequest()
1001 ptransfer("sent", bytes, start, stop, local, remote); in sendrequest()
1049 recvrequest(char * cmd,char * local,char * remote,char * mode,int allowpipe) recvrequest() argument
1722 ptransfer(char * direction,off_t bytes,hrtime_t t0,hrtime_t t1,char * local,char * remote) ptransfer() argument
1859 proxtrans(char * cmd,char * local,char * remote) proxtrans() argument
[all...]
/titanic_52/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c354 * If we are making this a remote printer,
388 } else if (oldp->remote) {
394 * Being here means "!s && oldp->remote" is true,
561 prbufp->remote = s;
565 prbufp->remote = 0;
594 prbufp->remote = 0;
602 prbufp->remote = 0;
/titanic_52/usr/src/cmd/cmd-inet/etc/ppp/
H A Dpap-secrets34 # "server" will use the remote peer's name. PAP does not specify an
39 # dial-up access to this system), the remote peer's name is the "client"
42 # <name>" option cannot be used. The remote peer's name comes from the PAP
H A Dchap-secrets34 # "server" will use the remote peer's name. CHAP does specify an
40 # dial-up access to this system), the remote peer's name is the "client"
43 # <name>" option cannot be used. The remote peer's name comes from the

123456