Searched refs:passive (Results 26 - 50 of 77) sorted by relevance

1234

/openbsd-current/usr.sbin/dvmrpd/
H A Digmp.c47 if (iface->passive)
H A Dreport.c49 if (iface->passive)
H A Dparse.y340 interfaceoptsl : PASSIVE nl { iface->passive = 1; }
404 {"passive", PASSIVE},
882 i->passive = 0;
/openbsd-current/usr.bin/rsync/
H A Dsocket.c148 inet_resolve(struct sess *sess, const char *host, size_t *sz, int passive) argument
162 if (passive) {
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DFTP.pm186 sub passive { subroutine
1517 be done using passive mode. If set to zero then data transfers will be
1519 directly, both passive and active mode should work equally well.
1520 Behind most firewall and NAT configurations passive mode has a better
1522 active mode actually works when passive mode doesn't. Some really old
1523 FTP servers might not implement passive transfers. If not specified,
1526 F<libnetcfg> utility. If none of these apply then passive mode is
1649 =item C<passive([$passive])>
1651 Set or get if data connections will be initiated in passive mod
[all...]
/openbsd-current/regress/sbin/iked/live/
H A DMakefile123 mode=passive; \
374 mode=passive; \
415 side=right; mode=passive; srcid=$$rightid; local=${RIGHT_ADDR}; \
433 side=right; mode=passive; srcid="borked"; local=${RIGHT_ADDR}; \
474 side=right; mode=passive; srcid=$$rightid; local=${RIGHT_ADDR}; \
/openbsd-current/usr.sbin/ospfd/
H A Dospfd.h366 u_int8_t passive; member in struct:iface
486 u_int8_t passive; member in struct:ctl_iface
H A Dospfd.c837 * - changing passive (painful?)
898 if (i->passive != xi->passive) {
902 i->passive = xi->passive;
/openbsd-current/usr.sbin/eigrpd/
H A Deigrpd.h221 uint8_t passive; member in struct:eigrp_iface
387 uint8_t passive; member in struct:ctl_iface
H A Dpacket.c419 if (ei == NULL || ei->passive)
/openbsd-current/usr.sbin/ripd/
H A Dpacket.c241 if (iface->passive)
H A Dparse.y374 interfaceoptsl : PASSIVE { iface->passive = 1; }
438 {"passive", PASSIVE},
905 i->passive = 0;
/openbsd-current/usr.sbin/ospf6d/
H A Dospf6d.c765 * - changing passive (painful?)
816 if (i->passive != xi->passive) {
820 i->passive = xi->passive;
H A Dospf6d.h450 u_int8_t passive; member in struct:ctl_iface
/openbsd-current/usr.sbin/bgpd/
H A Dsession.h229 uint8_t passive; member in struct:peer
/openbsd-current/sbin/iked/
H A Dparse.y98 static int passive = 0;
505 set : SET ACTIVE { passive = 0; }
506 | SET PASSIVE { passive = 1; }
1384 { "passive", PASSIVE },
1787 cert_partial_chain = decouple = passive = 0;
1793 decouple = passive = 0;
1797 passive = 1;
1803 env->sc_passive = passive ? 1 : 0;
H A Dconfig.c506 config_setmode(struct iked *env, unsigned int passive) argument
516 type = passive ? IMSG_CTL_PASSIVE : IMSG_CTL_ACTIVE;
526 unsigned char *mode[] = { "active", "passive" };
/openbsd-current/sys/dev/pci/
H A Dif_iwireg.h379 uint16_t passive; /* dwell time */ member in struct:iwi_scan
H A Dif_wpireg.h498 uint16_t passive; /* msecs */ member in struct:wpi_scan_chan
/openbsd-current/usr.sbin/dvmrpctl/
H A Ddvmrpctl.c319 if (iface->passive)
/openbsd-current/usr.sbin/dhcrelay6/
H A Ddhcrelay6.c314 int passive)
325 ai.ai_flags = (passive) ? AI_PASSIVE : 0;
313 s6fromaddr(struct sockaddr_in6 *sin6, const char *addr, const char *serv, int passive) argument
/openbsd-current/usr.sbin/mtrace/
H A Dmtrace.c103 int passive = FALSE; variable
1162 passive = TRUE;
1253 if (passive) {
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm473 ### set passive ftp if required ###
499 ### C:\cygwin\bin\wget.EXE --quiet --passive-ftp --output-document
908 ### run passive if specified ###
909 push @$cmd, '--passive-ftp' if $self->scheme eq 'ftp' && $FTP_PASSIVE;
965 ### run passive if specified ###
966 $str .= "set ftp:passive-mode 1;\n" if $FTP_PASSIVE;
1168 ### we can only set passive mode in interactive sessions, so bail out
1232 ### curl does the right thing with passive, regardless ###
1286 ### run passive if specified ###
1555 By default, all ftp connections are done in passive mod
[all...]
/openbsd-current/usr.sbin/ospfctl/
H A Doutput.c199 if (iface->passive)
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y220 | SET IAPP INTERFACE STRING passive
1091 passive : /* empty */ label
1300 { "passive", PASSIVE },

Completed in 178 milliseconds

1234