| /mirbsd/src/etc/ |
| D | isdnd.rc.sample | 85 # entry section: IP over ISDN example - i call back the remote end 124 remote-phone-incoming = 0123456789 # this one can call in 128 remote-phone-dialout = 00123456789 # i call this remote number 130 # in case i have several remote 179 # entry section: IP over ISDN example - i am called back by the remote end 192 remote-phone-dialout = 00401234567 # remote number to dial 193 local-phone-dialout = 38 # our number to tell remote 197 remote-phone-incoming = 00401234567 # we take calls from this remote machine 236 remote-phone-incoming = * # anyone can call in 261 remote-phone-incoming = 5678 # we take calls from this remote machine [all …]
|
| D | remote | 2 # $MirOS: src/etc/remote,v 1.2 2009/07/18 14:09:07 tg Exp $ 3 # $OpenBSD: remote,v 1.11 2005/02/07 06:08:10 david Exp $ 4 # from: @(#)remote 8.1 (Berkeley) 6/10/93 6 # remote -- remote host description database 7 # see tip(1), cgetcap(3), phones(5), remote(5)
|
| D | isdnd.sppp.sample | 37 remote-phone-incoming = * 38 remote-phone-dialout = *
|
| /mirbsd/src/usr.bin/ssh/ |
| D | canohost.c | 213 get_socket_address(int sock, int remote, int flags) in get_socket_address() argument 224 if (remote) { in get_socket_address() 305 static const char *remote = ""; in get_remote_name_or_ip() local 307 remote = get_canonical_hostname(use_dns); in get_remote_name_or_ip() 308 if (utmp_len == 0 || strlen(remote) > utmp_len) in get_remote_name_or_ip() 309 remote = get_remote_ipaddr(); in get_remote_name_or_ip() 310 return remote; in get_remote_name_or_ip()
|
| D | sftp-common.c | 186 ls_file(const char *name, const struct stat *st, int remote) in ls_file() argument 196 if (!remote && (pw = getpwuid(st->st_uid)) != NULL) { in ls_file() 202 if (!remote && (gr = getgrgid(st->st_gid)) != NULL) { in ls_file()
|
| D | misc.c | 229 a2tun(const char *s, int *remote) in a2tun() argument 235 if (remote != NULL) { in a2tun() 236 *remote = SSH_TUNID_ANY; in a2tun() 243 *remote = a2tun(ep, NULL); in a2tun() 246 return (*remote == SSH_TUNID_ERR ? *remote : tun); in a2tun()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/arm/ |
| D | embed.mt | 2 TDEPFILES= arm-tdep.o remote-rdp.o remote-rdi.o 6 SIM_OBS = remote-sim.o
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/h8300/ |
| D | h8300.mt | 2 TDEPFILES= h8300-tdep.o remote-e7000.o ser-e7kpc.o monitor.o remote-hms.o dsrec.o 4 SIM_OBS = remote-sim.o
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | FTP.pm | 446 my($ftp,$remote,$local,$where) = @_; 453 ($local = $remote) =~ s#^.*/## 456 croak("Bad remote filename '$remote'\n") 457 if $remote =~ /[\r\n]/s; 465 $data = $ftp->retr($remote) or 706 my($ftp,$cmd,$local,$remote) = @_; 712 unless(defined $remote) 718 $remote = File::Basename::basename($local); 732 croak("Bad remote filename '$remote'\n") 733 if $remote =~ /[\r\n]/s; [all …]
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | filter.c | 564 struct ncpaddr *remote, struct in_addr *dns) in filter_AdjustAddr() argument 583 if (remote) { in filter_AdjustAddr() 584 if (fp->f_srctype == T_HISADDR && ncpaddr_family(remote) == AF_INET) in filter_AdjustAddr() 585 ncprange_sethost(&fp->f_src, remote); in filter_AdjustAddr() 586 if (fp->f_dsttype == T_HISADDR && ncpaddr_family(remote) == AF_INET) in filter_AdjustAddr() 587 ncprange_sethost(&fp->f_dst, remote); in filter_AdjustAddr() 589 if (fp->f_srctype == T_HISADDR6 && ncpaddr_family(remote) == AF_INET6) in filter_AdjustAddr() 590 ncprange_sethost(&fp->f_src, remote); in filter_AdjustAddr() 591 if (fp->f_dsttype == T_HISADDR6 && ncpaddr_family(remote) == AF_INET6) in filter_AdjustAddr() 592 ncprange_sethost(&fp->f_dst, remote); in filter_AdjustAddr()
|
| /mirbsd/src/usr.sbin/pppd/ |
| D | auth.c | 559 u_int32_t remote; in auth_check_options() local 579 remote = ipwo->accept_remote? 0: ipwo->hisaddr; in auth_check_options() 580 can_auth = have_chap_secret(remote_name, our_name, remote); in auth_check_options() 624 u_int32_t remote; local 633 remote = ipwo->accept_remote? 0: ipwo->hisaddr; 634 if (!have_chap_secret(remote_name, our_name, remote)) 664 u_int32_t remote; local 692 remote = ipwo->accept_remote? 0: ipwo->hisaddr; 693 if (scan_authfile(f, user, our_name, remote, 1082 u_int32_t remote; in have_pap_secret() local [all …]
|
| /mirbsd/src/usr.sbin/lpr/common_source/ |
| D | displayq.c | 152 if (remote) in displayq() 166 if (remote) in displayq() 211 if (remote) in displayq() 232 if (!remote && current[0] != '\0') in displayq() 236 if (remote || strcmp(current, q->q_name) != 0) in displayq() 242 if (!remote) { in displayq() 321 if (remote) in nodaemon()
|
| D | common.c | 115 int remote; /* true if sending files to a remote host */ variable 344 remote = 0; /* assume printer is local on failure */ in checkremote() 377 remote = 1; /* assume printer is remote */ in checkremote() 417 remote = 0; in checkremote()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/m32r/ |
| D | m32r.mt | 2 TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o remote-m32r-sdi.o 3 SIM_OBS = remote-sim.o
|
| D | linux.mt | 2 TDEPFILES= m32r-tdep.o m32r-linux-tdep.o remote-m32r-sdi.o glibc-tdep.o solib.o solib-svr4.o solib-… 5 SIM_OBS = remote-sim.o
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/sh/ |
| D | embed.mt | 2 TDEPFILES= sh-tdep.o sh64-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o 5 SIM_OBS = remote-sim.o
|
| D | linux.mt | 3 monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o \ 7 SIM_OBS = remote-sim.o
|
| /mirbsd/src/usr.bin/telnet/ |
| D | misc.c | 53 auth_encrypt_init(const char *local, const char *remote, const char *name, in auth_encrypt_init() argument 56 RemoteHostName = remote; in auth_encrypt_init()
|
| /mirbsd/src/usr.bin/tip/ |
| D | Makefile | 41 remote.c tip.c tipout.c uucplock.c value.c vars.c \ 47 acutab.o log.o remote.o: Makefile
|
| /mirbsd/src/usr.bin/ftp/ |
| D | ftp.c | 534 sendrequest(const char *cmd, const char *local, const char *remote, in sendrequest() argument 556 if (remote) in sendrequest() 557 fprintf(ttyout, "remote: %s\n", remote); in sendrequest() 560 proxtrans(cmd, local, remote); in sendrequest() 676 if (remote) { in sendrequest() 677 if (command("%s %s", cmd, remote) != PRELIM) { in sendrequest() 832 recvrequest(const char *cmd, const char * volatile local, const char *remote, in recvrequest() argument 862 if (remote) in recvrequest() 863 fprintf(ttyout, "remote: %s\n", remote); in recvrequest() 866 proxtrans(cmd, local, remote); in recvrequest() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | Makefile.in | 331 REMOTE_OBS = remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o 468 regcache.c reggroups.c remote.c remote-fileio.c \ 509 remote_sim_h = $(INCLUDE_DIR)/gdb/remote-sim.h 679 remote_fileio_h = remote-fileio.h 680 remote_h = remote.h 681 remote_utils_h = remote-utils.h $(target_h) 756 dcache.h remote-utils.h top.h solib-som.h 1199 remote-e7000.c \ 1200 remote-hms.c remote-m32r-sdi.c remote-mips.c \ 1201 remote-rdp.c remote-sim.c \ [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/t/ |
| D | 200_ping_tcp.t | 26 # connection to remote networks, but you still want the tests 57 # Test a few remote servers
|
| D | 400_ping_syn.t | 30 # connection to remote networks, but you still want the tests 35 # Try a few remote servers
|
| D | 410_syn_host.t | 32 # connection to remote networks, but you still want the tests 37 # Try a few remote servers
|
| /mirbsd/src/usr.bin/oldroff/hunt/ |
| D | hunt9.c | 49 remote(in, out) in remote() function
|