Searched refs:passive (Results 1 - 14 of 14) sorted by relevance

/haiku/src/bin/network/ftpd/
H A Dextern.h51 void passive(void);
H A Dftpcmd.y161 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
162 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
416 passive();
H A Dftpd.c142 int pdata = -1; /* for passive mode */
2909 passive(void)
2920 perror_reply(425, "Can't open passive connection");
2982 perror_reply(425, "Can't open passive connection");
3031 perror_reply(425, "Can't open passive connection");
3120 perror_reply(425, "Can't open passive connection");
/haiku/src/libs/glut/
H A DglutWindow.h55 GLUTpassiveCB passive; /* passive motion (x,y) */ member in class:GlutWindow
69 bool passiveEvent; // call passive
82 int passiveX, passiveY; // for passive callback
H A DglutCallback.cpp73 gState.currentWindow->passive = passiveMotionFunc;
H A DglutEvent.cpp200 if (win->passive)
201 win->passive(win->passiveX, win->passiveY);
741 * DESCRIPTION: handles entry, motion, and passive events
770 if(passive) {
H A DglutWindow.cpp108 passive = NULL;
H A Dglutint.h391 GLUTpassiveCB passive; /* passive motion (x,y) */ member in struct:_GLUTwindow
416 GLUTpassiveFCB fpassive; /* Fortran passive */
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp319 SocketAddressStorage passive(AddressModule());
320 passive.SetToEmpty();
322 if (_LookupConnection(*endpoint->LocalAddress(), *passive))
325 endpoint->PeerAddress().SetTo(*passive);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4069 uint16_t passive; local
4072 passive = WPI_PASSIVE_DWELL_BASE + WPI_PASSIVE_DWELL_TIME_2GHZ;
4074 passive = WPI_PASSIVE_DWELL_BASE + WPI_PASSIVE_DWELL_TIME_5GHZ;
4077 return (wpi_limit_dwell(sc, passive));
4151 * Max needs to be greater than active and passive and quiet!
4231 * Calculate the active/passive dwell times.
4241 chan->passive = htole16(dwell_passive);
4263 chan->passive = chan->active = hdr->quiet_time;
H A Dif_wpireg.h646 uint16_t passive; /* msecs */ member in struct:wpi_scan_chan
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h954 uint16_t passive; /* msecs */ member in struct:iwn_scan_chan
975 * For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
989 * marked passive, we can do active scanning if we detect
H A Dif_iwn.c7008 uint16_t passive; local
7011 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_2GHZ;
7013 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_5GHZ;
7017 return (iwn_limit_dwell(sc, passive));
7071 * Max needs to be greater than active and passive and quiet!
7181 * marked passive, we can do active scanning if we detect
7204 * passive scanning depending upon the channel flags; the
7222 * Set the passive/active flag depending upon the channel mode.
7231 * Calculate the active/passive dwell times.
7242 chan->passive
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h1222 * longer than the passive one, which is essential for fragmented scan.
6626 * @passive: default dwell time for passive scan
6632 uint8_t passive; member in struct:iwx_scan_dwell
6670 * @dwell_passive: default dwell time for passive scan
6758 * as passive
6875 * @passive_dwell: dwell time for passive scan per LMAC
6876 * @fragmented_dwell: dwell time for fragmented passive scan
6997 * @passive_dwell: continues dwell time for passive channel

Completed in 199 milliseconds