Home
last modified time | relevance | path

Searched refs:activep (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dservconf.c76 struct connection_info *connectinfo, int flags, int *activep, int depth);
1330 const char *filename, int linenum, int *activep, in process_server_config_line_depth() argument
1387 if (activep == NULL) { /* We are processing a command line directive */ in process_server_config_line_depth()
1389 activep = &cmdline; in process_server_config_line_depth()
1391 if (*activep && opcode != sMatch && opcode != sInclude) in process_server_config_line_depth()
1393 if (*activep == 0 && !(flags & SSHCFG_MATCH)) { in process_server_config_line_depth()
1415 if (*activep && *charptr == NULL) in process_server_config_line_depth()
1451 if (*activep && *intptr == -1) in process_server_config_line_depth()
1511 if (*activep && *intptr == -1) in process_server_config_line_depth()
1520 if (*activep) { in process_server_config_line_depth()
[all …]
H A Dreadconf.c124 Options *options, int flags, int *activep, int *want_final_pass, int depth);
127 char *line, const char *filename, int linenum, int *activep, int flags,
1126 const char *filename, int linenum, int *activep, int flags) in process_config_line() argument
1129 remote_command, line, filename, linenum, activep, flags, NULL, 0); in process_config_line()
1136 const char *filename, int linenum, int *activep, int flags, in process_config_line_depth() argument
1160 if (activep == NULL) { /* We are processing a command line directive */ in process_config_line_depth()
1162 activep = &cmdline; in process_config_line_depth()
1231 if (*activep && *intptr == -1) in process_config_line_depth()
1254 if (*activep && *intptr == -1) in process_config_line_depth()
1259 if (*activep && *intptr == -1) in process_config_line_depth()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c2265 int *activep, PCAP_SOCKET *sockctrlp, uint8 *uses_sslp, SSL **sslp, in rpcap_setup_session() argument
2313 *activep = 1; in rpcap_setup_session()
2321 *activep = 0; in rpcap_setup_session()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c8802 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low)
8814 if ((*activep * 100 / size) > low) {
8823 if ((*activep * 100 / size) <= low) {
8853 while ((*activep * 100 / size) > low) {
8786 ipf_queueflush(ipf_main_softc_t * softc,ipftq_delete_fn_t deletefn,ipftq_t * ipfqs,ipftq_t * userqs,u_int * activep,int size,int low) global() argument