Searched refs:remote (Results 1 - 25 of 70) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.conf30 pppt-ic-remote-ip="0.0.0.0";
/illumos-gate/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";
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/devtree/
H A Dpicldevtree.conf31 remote-system-console seeprom
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_sc.h47 rds_path_endpoint_t remote; member in struct:rds_path_s
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_sc.h44 rds_path_endpoint_t remote; member in struct:rds_path_s
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauthenc.c70 auth_encrypt_init(char *local, char *remote, char *name) argument
72 RemoteHostName = remote;
/illumos-gate/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) argument
126 if (remote == NULL)
129 if (local->initiator_addrtype != remote->initiator_addrtype)
134 &remote->initiator_address) == FALSE)
137 if (local->acceptor_addrtype != remote->acceptor_addrtype)
142 &remote->acceptor_address) == FALSE)
146 &remote->application_data));
171 /* Set our self as the remote for the other end. */
172 accept->remote = ctx->local;
173 /* The remote sid
256 establish_session_keys(dh_context_t dhctx, const char *remote, dh_key_set_t keys, dh_signature_t sig, dh_token_t token) argument
594 dh_init_context_t remote; /* init_context in token */ local
[all...]
H A Ddhmech_prot.x77 netnamestr remote;
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c56 * A printer can't be remote and have device, interface,
60 prbufp->remote
89 if (!prbufp->remote && isput && !okinterface(name, prbufp))
95 if (!prbufp->remote && !prbufp->device && !prbufp->dial_info)
H A Dfreeprinter.c70 if (pp->remote)
71 Free (pp->remote);
H A Dllib-llpprt51 char *remote; /* remote machine!printer-name */
/illumos-gate/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))) {
144 p->rnode_ip = path->remote.node_ipaddr;
149 p1->ribd_ip = path->remote.ipaddr;
153 (void) strcpy(p1->rifname, path->remote.ifname);
169 p1->ribd_ip = path->remote.ipaddr;
175 (void) strcpy(p1->rifname, path->remote.ifname);
199 (p->rnode_ip != path->remote.node_ipaddr))) {
207 path->remote
[all...]
/illumos-gate/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}
/illumos-gate/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, argument
113 "dlopen returned %s", remote, dlerror());
124 return (__getpublickey_cached_g(remote, keylen, algtype,
134 return (getpublickey_g(remote, keylen, algtype, pk, pklen));
140 * the common key with the caller and the remote principal.
170 * is held between the caller and the remote principal.
/illumos-gate/usr/src/cmd/bnu/
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 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);
/illumos-gate/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
/illumos-gate/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))) {
140 p->rnode_ip = path->remote.node_ipaddr;
145 p1->ribd_ip = path->remote.ipaddr;
149 (void) strcpy(p1->rifname, path->remote.ifname);
165 p1->ribd_ip = path->remote.ipaddr;
171 (void) strcpy(p1->rifname, path->remote.ifname);
195 (p->rnode_ip != path->remote.node_ipaddr))) {
203 path->remote
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c660 pUM->remote.link_autoneg = B_FALSE;
661 pUM->remote.param_20000fdx = B_FALSE;
662 pUM->remote.param_10000fdx = B_FALSE;
663 pUM->remote.param_2500fdx = B_FALSE;
664 pUM->remote.param_1000fdx = B_FALSE;
665 pUM->remote.param_100fdx = B_FALSE;
666 pUM->remote.param_100hdx = B_FALSE;
667 pUM->remote.param_10fdx = B_FALSE;
668 pUM->remote.param_10hdx = B_FALSE;
669 pUM->remote
[all...]
/illumos-gate/usr/src/lib/auditd_plugins/
H A DMakefile31 remote \
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h122 unsigned remote:1; /* on a remote filesystem */ member in struct:fstable
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c87 daemonaddr_t remote; /* remote machine requesting write lock */ member in struct:lock_req
410 send_lockmsg(ackmessage, (pid_t)0, &lock_wanted.remote, 0);
506 if (islocalhost(&lock_wanted.remote)) {
525 DPF((stderr, "remote locker, take write lock\n"));
527 the_lock.holder = lock_wanted.remote;
532 /* okay to remote */
571 /* remote daemon missed locked message */
579 cmp_addr(addr, &(lrp->remote)) == 0)
617 lrp->remote
725 remote_lock(struct sockaddr_in *remote, struct lock_msg *msg) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c171 /* Multiple hosts: failover with multiple servers; this is remote. */
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.
716 nfte->remote = 1;
718 nfte->remote = 0;
736 if (!(nfte->remote))
747 if (nfte->remote && !(nfte->writeable))
786 nfte->remote = (is_remote == REAL_REMOTE);
794 if (nfte->remote) {
[all...]
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h132 struct sockaddr_in remote; /* Remote address */ member in struct:inetboot_socket

Completed in 132 milliseconds

123