/src/usr.sbin/ldpd/ |
conffile.h | 57 int passive; member in struct:conf_interface
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_mutex.cc | 201 u64 passive = iter_ - active; local in function:__tsan::Backoff::Contention 202 return active + 10 * passive;
|
/src/usr.sbin/mtrace/ |
mtrace.c | 110 int passive = FALSE; variable in typeref:typename:int 1198 case 'p': /* Passive listen for traces */ 1199 passive = TRUE; 1290 if (passive) {
|
/src/sys/dev/pci/ |
if_iwn.c | 4720 uint16_t passive; local in function:iwn_get_passive_dwell_time 4722 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_2GHZ; 4724 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_5GHZ; 4727 return iwn_limit_dwell(sc, passive); 4839 * marked passive, we can do active scanning if we detect 4862 * passive scanning depending upon the channel flags; the 4887 * Calculate the active/passive dwell times. 4898 chan->passive = htole16(dwell_passive);
|
if_wpireg.h | 515 uint16_t passive; /* msecs */ member in struct:wpi_scan_chan
|
if_iwnreg.h | 815 uint16_t passive; /* msecs */ member in struct:iwn_scan_chan 832 * For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel. 843 * marked passive, we can do active scanning if we detect
|
/src/libexec/ftpd/ |
ftpd.c | 2619 reply(0, "in Passive mode"); 2773 CURCLASS_FLAGS_ISSET(passive) ? "en" : "dis"); 3048 passive(void) function in typeref:typename:void 3058 perror_reply(425, "Can't open passive connection"); 3086 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]), 3093 perror_reply(425, "Can't open passive connection"); 3165 * 228 Entering Long Passive Mode (af, hal, h1, h2, h3,..., pal, p1, p2...) 3166 * 229 Entering Extended Passive Mode (|||port|) 3175 syslog(LOG_NOTICE, "long passive but not logged in"); 3196 perror_reply(425, "Can't open passive connection") [all...] |