/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | rdsib_sc.h | 47 rds_path_endpoint_t remote; member in struct:rds_path_s
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3_sc.h | 44 rds_path_endpoint_t remote; member in struct:rds_path_s
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ovdoprnt.s | 136 remote; 'r 288 remote: label
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | authenc.c | 70 auth_encrypt_init(char *local, char *remote, char *name) argument 72 RemoteHostName = remote;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | dh_template.c | 98 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 D | gtcfile.c | 176 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 D | uustat.c | 369 /* f will contain remote machine names */ 1303 char remote[10],device[10], netid[20], jobid[20]; local 1357 rectype, time, pid, wmachine, role, remote, device, netid, 1365 DEBUG(9, "READPERF: remote = %s\n",remote); 1373 if (!EQUALS(Rmtname, remote))
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | context_establish.c | 121 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 D | dh_gssapi.h | 69 * with this principal and a remote principal. For algorithm 0 72 * the session key with the public key of the remote. 77 * This function decrypts the set of session keys from remote. It 80 * the underlying mechanism to get the public key for the remote 161 dh_principal remote; /* Netname of remote */ member in struct:dh_gss_context_desc
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | rpc_bootstrap.c | 277 * First we open a connection to the remote rpcbind process. 327 struct netbuf remote; local 332 clnt_control(client, CLGET_SVC_ADDR, (char *)&remote); 333 sa = (struct sockaddr_in *)(remote.buf);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | send.c | 409 int remote = rflag != NOSTR || rmail; local 547 if (remote == 0) { 576 remote++; 578 if (remote) {
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | install.h | 122 unsigned remote:1; /* on a remote filesystem */ member in struct:fstable
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_misc.c | 226 "TCP_IOC_ABORT_CONN: local = %s:%d, remote = %s:%d, " 384 * For cases where remote addr, local port, and remote port are non- 684 in6_addr_t local, remote; local 747 * Note that we use the remote address in the tcp_b 753 IN6_IPADDR_TO_V4MAPPED(connp->conn_faddr_v4, &remote); 757 remote = connp->conn_faddr_v6; 761 (void) inet_ntop(AF_INET6, &remote, remote_addrbuf,
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket_impl.h | 132 struct sockaddr_in remote; /* Remote address */ member in struct:inetboot_socket
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | printers.h | 104 char *remote; /* remote machine!printer-name */ member in struct:PRINTER 151 #define BAD_REMOTE 0x0001 /* has attributes of remote and local */
|
/illumos-gate/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_subr.c | 740 * Note: If the remote host doesn't support version 3, 745 struct netbuf remote; local 749 (void) clnt_control(client, CLGET_SVC_ADDR, (char *)&remote); 751 sa = (struct sockaddr_in *)(remote.buf);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpcb_clnt.c | 104 * This routine adjusts the timeout used for calls to the remote rpcbind. 618 * the universal address of the remote service or NULL. It also optionally 619 * returns the client handle that it uses to contact the remote rpcbind. 620 * The caller will re-purpose the client handle to contact the remote service. 727 * We also send the remote system the address we used to 764 * since the remote machine might not always be able 904 struct netbuf remote; local 929 * only request for remote address through 1003 CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&remote); 1005 ((address->buf = malloc(remote [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 79 uint_t tot_interfaces; /* # of remote and local interfaces */ 106 * Table of all interfaces, hashed by interface address. For remote 355 boolean_t remote) /* include IS_REMOTE interfaces */ 360 remote_state = (!remote ? IS_REMOTE : 0); 742 * See that a remote gateway is reachable. 353 ifwithaddr(in_addr_t addr, boolean_t bcast, boolean_t remote) argument
|
/illumos-gate/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 87 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/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 853 * we can do remote io to the secondary and continue to 888 * fake a maxfbas value for remote i/o, 978 * Read from the remote end, ensuring that if this is a many group in 979 * slave mode that we only remote read from the secondary with the 1002 * so that we can do the remote io from the correct secondary. 1022 /* cannot do remote io without the remote node! */ 1028 /* wait for the remote end to have the latest data */ 1177 * Use remote io when: 1207 * If in slave and reading data, remote rea 1838 int remote = (RDC_REMOTE(h) || (rdc_get_mflags(urdc) & RDC_SLAVE)); local 2180 int remote = RDC_REMOTE(h); local 2687 int remote = RDC_REMOTE(h); local 2925 int remote = RDC_REMOTE(h); local [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 363 "Set the local and/or remote interface IP addresses" }, 1055 \t<loc>:<rem>\tSet the local and/or remote interface IP\n\ 1726 u_int32_t local, remote; local 1762 * If colon last character, then no remote addr. 1765 if ((remote = inet_addr(colon)) == (u_int32_t) -1) { 1770 BCOPY(hp->h_addr, &remote, sizeof(remote)); 1775 if (bad_ip_adrs(remote)) { 1776 option_error("bad remote IP address %I", remote); [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 79 static void proxtrans(char *cmd, char *local, char *remote); 86 hrtime_t t1, char *local, char *remote); 577 "421 Service not available, remote" 740 sendrequest(char *cmd, char *local, char *remote, int allowpipe) argument 758 proxtrans(cmd, local, remote); 848 if (remote) { 849 if (command("%s %s", cmd, remote) != PRELIM) { 983 * Wait for remote end to either close data socket 998 * from remote is 226 or 250. All other codes are error codes. 1001 ptransfer("sent", bytes, start, stop, local, remote); 1049 recvrequest(char *cmd, char *local, char *remote, char *mode, int allowpipe) argument 1721 ptransfer(char *direction, off_t bytes, hrtime_t t0, hrtime_t t1, char *local, char *remote) argument 1859 proxtrans(char *cmd, char *local, char *remote) argument [all...] |
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | mount.c | 103 extern char *remote(char *, FILE *); 393 * if the entry exists. Otherwise, determine the local or remote 632 remote(mget.mnt_fstype, rfp), 639 remote(mget.mnt_fstype, rfp), 731 remote(char *fstype, FILE *rfp) function 739 return (""); /* not a remote */ 744 return ("remote/"); /* is a remote fs */ 746 return (""); /* not a remote */
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 1555 * if the NAT-T remote port matches the received packet (which must have 1574 uint16_t remote = FIRST_16(ports); local 1593 if (remote == 0 || assoc->ipsa_otherspi == 0 || 1596 remote == htons(IPPORT_IKE_NATT)) || 1597 remote == assoc->ipsa_remote_nat_port) 1617 * Luckily, this has nothing to do with the remote-NAT address, 1623 remote;
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe.h | 668 BnxeLinkCfg remote; member in struct:_um_device
|