Searched refs:activep (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | servconf.c | 83 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 1386 if (activep == NULL) { /* We are processing a command line directive */ in process_server_config_line_depth() 1388 activep = &cmdline; in process_server_config_line_depth() 1390 if (*activep && opcode != sMatch && opcode != sInclude) in process_server_config_line_depth() 1392 if (*activep == 0 && !(flags & SSHCFG_MATCH)) { in process_server_config_line_depth() 1414 if (*activep && *charptr == NULL) in process_server_config_line_depth() 1450 if (*activep && *intptr == -1) in process_server_config_line_depth() 1510 if (*activep && *intptr == -1) in process_server_config_line_depth() 1519 if (*activep) { in process_server_config_line_depth() [all …]
|
| H A D | readconf.c | 138 Options *options, int flags, int *activep, int *want_final_pass, int depth); 141 char *line, const char *filename, int linenum, int *activep, int flags, 1127 const char *filename, int linenum, int *activep, int flags) in process_config_line() argument 1130 remote_command, line, filename, linenum, activep, flags, NULL, 0); in process_config_line() 1137 const char *filename, int linenum, int *activep, int flags, in process_config_line_depth() argument 1161 if (activep == NULL) { /* We are processing a command line directive */ in process_config_line_depth() 1163 activep = &cmdline; in process_config_line_depth() 1232 if (*activep && *intptr == -1) in process_config_line_depth() 1255 if (*activep && *intptr == -1) in process_config_line_depth() 1260 if (*activep && *intptr == -1) in process_config_line_depth() [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-rpcap.c | 2265 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 D | fil.c | 8767 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low) argument 8779 if ((*activep * 100 / size) > low) { 8788 if ((*activep * 100 / size) <= low) { 8818 while ((*activep * 100 / size) > low) {
|