Home | History | Annotate | Download | only in libpcap

Lines Matching refs:active

68 /* Keeps a list of all the opened connections in the active mode. */
422 active mode */
423 int active = 0; /* active mode or not? */
428 /* detect if we're in active mode */
434 active = 1;
440 if (!active)
468 if ((!active) && (md->rmt_sockctrl))
708 int active = 0; /* '1' if we're in active mode */
726 * You must have a valid source string even if we're in active mode, because otherwise
747 sockctrl = rpcap_remoteact_getsock(host, &active, fp->errbuf);
751 if (!active)
754 * We're not in active mode; let's try to open a new
877 if (!active)
913 int active = 0; /* '1' if we're in active mode */
914 struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in active mode */
946 /* detect if we're in active mode */
952 active = 1;
964 * since the ctrl socket can already be open in case of active mode;
985 * - we're using TCP, and the user wants us to be in active mode
988 if ((active) || (md->rmt_flags & PCAP_OPENFLAG_DATATX_UDP))
996 /* TEMP addrinfo is NULL in case of active */
1054 /* portdata on the openreq is meaningful only if we're in active mode */
1055 if ((active) || (md->rmt_flags & PCAP_OPENFLAG_DATATX_UDP))
1068 if (active)
1120 * - if we're in active mode, we have to wait for a remote connection
1130 if (!active)
1283 if (!active)
2058 * \brief It returns the socket currently used for this active connection
2059 * (active mode only) and provides an indication of whether this connection
2060 * is in active mode or not.
2063 * active connection currently opened.
2066 * want to get the socket ID for that active connection.
2069 * active connection to that host and 0 otherwise.
2076 * is not in the active host list. An indication of whether this host
2077 * is in the active host list is returned into the isactive variable.
2123 * active connection.