| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| authenticate.c | 55 unsigned short local, remote; local 65 else if (auth_fd(0, &in, &local, &remote) == -1) 68 if (!(user = auth_tcpuser(in, local, remote))) 69 user = "*"; /* remote host doesn't support RFC 931 */
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ib/clients/rds/ |
| rdsib_sc.h | 47 rds_path_endpoint_t remote; member in struct:rds_path_s
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ovdoprnt.s | 136 remote; 'r 288 remote: label
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| 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);
|
| uustat.c | 369 /* f will contain remote machine names */ 1303 char remote[10],device[10], netid[20], jobid[20]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| canohost.c | 5 * Functions for returning the canonical host name of the remote site. 159 * Returns the remote IP-address of socket as a string. The returned 163 get_socket_address(int socket, int remote, int flags) 176 if (remote) { 210 get_socket_address(int socket, int remote, int flags) 220 if (remote) { 266 * Returns the IP-address of the remote host as a string. The returned 293 static const char *remote = ""; local 295 remote = get_canonical_hostname(verify_reverse_mapping); 296 if (utmp_len == 0 || strlen(remote) > utmp_len [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
| context_establish.c | 121 gss_chanbind_cmp(gss_channel_bindings_t local, gss_channel_bindings_t remote) 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 side to us is the local side at the other end. * 594 dh_init_context_t remote; \/* init_context in token *\/ local [all...] |
| 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
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| 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);
|
| /onnv/onnv-gate/usr/src/cmd/lp/include/ |
| printers.h | 104 char *remote; /* remote machine!printer-name */ member in struct:PRINTER 151 #define BAD_REMOTE 0x0001 /* has attributes of remote and local */
|
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| send.c | 413 int remote = rflag != NOSTR || rmail; local 551 if (remote == 0) { 580 remote++; 582 if (remote) {
|
| /onnv/onnv-gate/usr/src/stand/lib/sock/ |
| socket_impl.h | 132 struct sockaddr_in remote; /* Remote address */ member in struct:inetboot_socket
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/hdrs/ |
| install.h | 122 unsigned remote:1; /* on a remote filesystem */ member in struct:fstable
|
| /onnv/onnv-gate/usr/src/lib/libnsl/rpc/ |
| rpcb_clnt.c | 104 * This routine adjusts the timeout used for calls to the remote rpcbind. 607 "\tCouldn't resolve remote address!\n"); 690 * returns the client handle that it uses to contact the remote rpcbind. 737 struct netbuf remote; local 756 * only request for remote address through 819 CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&remote); 821 ((address->buf = malloc(remote.len)) == NULL)) { 830 (void) memcpy(address->buf, remote.buf, remote.len); 833 address->len = address->maxlen = remote.len [all...] |
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/ |
| rdc_dev.c | 54 * Remote Dual Copy 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 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...] |
| /onnv/onnv-gate/usr/src/cmd/avs/dscfglockd/ |
| 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 = *addr [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| options.c | 364 "Set the local and/or remote interface IP addresses" }, 1056 \t<loc>:<rem>\tSet the local and/or remote interface IP\n\ 1725 u_int32_t local, remote; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ |
| mount.c | 57 #define REMOTE "/etc/dfs/fstypes" 98 extern char *remote(char *, FILE *); 397 * if the entry exists. Otherwise, determine the local or remote 614 rfp = fopen(REMOTE, "r"); 636 remote(mget.mnt_fstype, rfp), 643 remote(mget.mnt_fstype, rfp), 735 remote(char *fstype, FILE *rfp) function 743 return (""); /* not a remote */ 748 return ("remote/"); /* is a remote fs * [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| nis_subr.c | 1449 struct netbuf remote; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/zoneadmd/ |
| vplat.c | 569 * - Remote filesystems may be dead, and attempting to contact them as 640 * Build the list of remote fstypes so we know which ones we 669 * Try forced unmount first for remote filesystems. 671 * Not all remote filesystems support forced unmounts, 2703 struct sockaddr_in *local, *remote; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| ipsecesp.c | 1574 uint16_t remote = FIRST_16(ports); local [all...] |
| spd.c | 2414 ipsid_t *remote = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
| netstat.c | 5311 const mib_item_t *remote = head; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/tcp/ |
| tcp.c | 5553 in6_addr_t local, remote; local [all...] |