Searched refs:level (Results 1 - 25 of 885) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c2522 dprintf(int level, const char *fmt, ...) argument
2530 if (foreground && debug_thresh >= level) {
2547 syslog(level, "%s", logbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dlogger.c304 type_configs[logtype].level = -1;
311 type_configs[logtype].level = -1;
328 type_configs[logtype].level = -1;
337 type_configs[typeiter].level = -1;
346 type_configs[logtype].level = loglevel;
380 type_configs[logtype].level = -1;
400 type_configs[typeiter].level = loglevel;
405 LOG(log_debug, logtype_logger, "Setup file logging: type: %s, level: %s, file: %s",
419 type_configs[logtype].level = loglevel;
430 type_configs[typeiter].level
[all...]
H A Dftw.c532 ++data->ftw.level;
588 --data->ftw.level;
667 data.ftw.level = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dftw.h91 int level; member in struct:FTW
H A Dlogger.h115 #define logfacility_user (1<<3) /* random user-level messages */
144 enum loglevels level; /* Log Level to put in this file */ member in struct:__anon2859
165 /* Setup the level and type of log that will be logged for file loggging */
168 /* Setup the level and type of log that will be logged to syslog. */
208 if (log_level <= type_configs[type].level) \
216 if (log_level <= type_configs[type].level) \
H A Dtdb.h97 void (*log_fn)(struct tdb_context *tdb, int level, const char *, ...); /* logging function */
129 /* Low level locking functions: use with care */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c423 * Since the first level MUST be FTS_ROOTLEVEL, base
426 if (ftw->level == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h276 int level; member in struct:nand_ecc_ctrl
390 * @write_page: [REPLACEABLE] High-level page write function
593 * struct platform_nand_chip - chip level device structure
617 * struct platform_nand_ctrl - controller level device structure
638 * @chip: chip level chip structure
639 * @ctrl: controller level device structure
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dconnect.c750 int level = IPPROTO_TCP; local
762 level = pe->p_proto;
765 if(setsockopt(sockfd, level, TCP_NODELAY, (void *)&onoff,
H A Dgtls.c74 static void tls_log_func(int level, const char *str) argument
76 fprintf(stderr, "|<%d>| %s", level, str);
H A Dkrb4.c104 krb4_check_prot(void *app_data, int level) argument
107 if(level == PROT_CONFIDENTIAL)
113 krb4_decode(void *app_data, void *buf, int len, int level, argument
120 if(level == PROT_SAFE)
138 krb4_overhead(void *app_data, int level, int len) argument
142 level = 0;
148 krb4_encode(void *app_data, const void *from, int length, int level, void **to, argument
155 if(level == PROT_SAFE)
162 else if(level == PROT_PRIVATE)
325 krb4_set_command_prot(struct connectdata *conn, enum protection_level level) argument
[all...]
H A Dkrb4.h54 int Curl_sec_request_prot (struct connectdata *conn, const char *level);
H A Dkrb5.c76 krb5_check_prot(void *app_data, int level) argument
79 if(level == PROT_CONFIDENTIAL)
86 int level UNUSED_PARAM,
93 (void)level;
113 krb5_overhead(void *app_data, int level, int len) argument
117 (void)level;
123 krb5_encode(void *app_data, const void *from, int length, int level, void **to, argument
141 level == PROT_PRIVATE,
H A Dpolarssl.c72 static void polarssl_debug(void *context, int level, char *line) argument
H A Dsecurity.c74 enum protection_level level; member in struct:__anon101
89 return level_names[i].level;
93 /* Convert a protocol |level| to its char representation.
95 static char level_to_char(int level) { argument
96 switch(level) {
372 enum protection_level level)
382 DEBUGASSERT(level > PROT_NONE && level < PROT_LAST);
395 level, conn);
429 enum protection_level level local
371 Curl_sec_read_msg(struct connectdata *conn, char *buffer, enum protection_level level) argument
482 Curl_sec_request_prot(struct connectdata *conn, const char *level) argument
[all...]
H A Dtransfer.c983 * Curl_readwrite() is the low-level function to be called when data is to
1649 int level=0; local
1684 level++;
1689 while(level--) {
1690 /* cut off one more level from the right of the original URL */
2269 * Curl_perform() is the internal high-level function that gets called by the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf18 log level = 0
34 os level = 65
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/dce-dfs/
H A Dsmb.conf7 log level = 8
8 password level = 8
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtree.c81 int i = 0, j, level,type; local
85 level = GTK_TREE(item->parent)->level;
94 while (level > 0 && type != SMBC_SERVER && type != SMBC_WORKGROUP) {
103 level = GTK_TREE(item->parent)->level;
322 gint dh, err, dirlen, level; local
330 level = GTK_TREE(item->parent)->level;
332 /* Get the level o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/tridge/
H A Dsmb.conf8 log level = 1
12 password level = 2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf53 # Security mode. Most people will want user level security. See
61 ; password level = 8
62 ; username level = 8
111 ; os level = 33
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf51 # Security mode. Most people will want user level security. See
59 ; password level = 8
60 ; username level = 8
109 ; os level = 33
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1433 # /sbin/chkconfig --level 35 smb reset
2309 - replace chkconfig --add/del with --level 35 on/reset.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf53 # Security mode. Most people will want user level security. See
61 ; password level = 8
62 ; username level = 8
111 ; os level = 33
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dparser.h85 void dump_data(int level,char *buf1,int len);
99 void dump_data(int level,char *buf1,int len);
100 void print_asc(int level, uchar const *buf, int len);

Completed in 138 milliseconds

1234567891011>>