Searched refs:max (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dipt_length.h5 u_int16_t min, max; member in struct:ipt_length_info
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv6/
H A Dip6t_length.h5 u_int16_t min, max; member in struct:ip6t_length_info
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_length.h5 u_int16_t min, max; member in struct:ipt_length_info
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/linux/netfilter_ipv6/
H A Dip6t_length.h5 u_int16_t min, max; member in struct:ip6t_length_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dipt_length.h5 u_int16_t min, max; member in struct:ipt_length_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv6/
H A Dip6t_length.h5 u_int16_t min, max; member in struct:ip6t_length_info
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dlpq_in_perl16 $options, $SOCK, $line, $prefix, $firstpart, $count, $max,
45 $max = 0;
46 $max += $Args{'l'} if $Args{'l'};
47 if( $max > 4 ){
48 $max = 0;
50 $max = (1 << $max );
53 print "max $max\n" if $Debug;
62 if( $max ){
[all...]
H A Dlpq_in_perl.in16 $options, $SOCK, $line, $prefix, $firstpart, $count, $max,
45 $max = 0;
46 $max += $Args{'l'} if $Args{'l'};
47 if( $max > 4 ){
48 $max = 0;
50 $max = (1 << $max );
53 print "max $max\n" if $Debug;
62 if( $max ){
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A Diasnprintf.h42 * Formatted string, up to max
44 * With max set to -1, allocates
51 int max,
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A Diasnprintf.h42 * Formatted string, up to max
44 * With max set to -1, allocates
51 int max,
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dexample-heipv6tb.conf12 max-interval=2073600
H A Dexample-dyndns.conf13 max-interval=2073600
H A Dexample-gnudip.conf12 max-interval=2073600
H A Dexample-tzo.conf14 max-interval=2073600
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A Diasnprintf.c44 * Formatted string, up to max
46 * With max set to -1, it allocates as
54 int max,
76 if( ( max != -1 ) && ( size == max ) ) //max reached
83 if( ( max != -1 ) && ( ( size + incr ) > max ) ) {
84 incr = ( max - size );
100 if( ( max !
52 iasnprintf( char **ret, int incr, int max, const char *fmt, ... ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/
H A Dradrealms.c50 auths->max = 0;
52 accts->max = 0;
95 if (s->max >= SERVER_MAX)
114 s->name[s->max] = strdup(p);
122 s->port[s->max] = atoi(p);
123 info(" - Port is '%d'", s->port[s->max]);
124 s->max++;
130 if (accts->max)
133 if (auths->max)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/
H A Dradrealms.c50 auths->max = 0;
52 accts->max = 0;
95 if (s->max >= SERVER_MAX)
114 s->name[s->max] = strdup(p);
122 s->port[s->max] = atoi(p);
123 info(" - Port is '%d'", s->port[s->max]);
124 s->max++;
130 if (accts->max)
133 if (auths->max)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsnprintf.c199 char *value, int flags, int min, int max);
201 long value, int base, int min, int max, int flags);
203 LDOUBLE fvalue, int min, int max, int flags);
213 int max; local
224 max = -1;
288 if (max < 0)
289 max = 0;
290 max = 10*max + char_to_int (ch);
293 max
469 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
507 fmtint(char *buffer, size_t *currlen, size_t maxlen, long value, int base, int min, int max, int flags) argument
660 fmtfp(char *buffer, size_t *currlen, size_t maxlen, LDOUBLE fvalue, int min, int max, int flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Duri.h116 * int *max ;
129 int replace_escaped(char * in, int index_1, int *max);
256 * int max ; sets a maximum limit
268 int parse_port(int max, char * port, unsigned short int * out);
275 * int max ; sets a maximum limit
288 int parse_hostport( char* in, int max, hostport_type *out );
368 * int max ; maximum limit on the number of characters
383 int parse_uri( char * in, int max, uri_type * out);
390 * int max ;
400 int parse_uri_and_unescape(char * in, int max, uri_typ
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_length.c48 /* If a single value is provided, min and max are both set to the value */
57 info->min = info->max = parse_length(buffer);
63 info->max = cp[0] ? parse_length(cp) : 0xFFFF;
67 if (info->min > info->max)
69 "length min. range value `%u' greater than max. "
70 "range value `%u'", info->min, info->max);
119 if (info->max == info->min)
122 printf("%u:%u ", info->min, info->max);
H A Dlibipt_length.c46 /* If a single value is provided, min and max are both set to the value */
55 info->min = info->max = parse_length(buffer);
61 info->max = cp[0] ? parse_length(cp) : 0xFFFF;
65 if (info->min > info->max)
67 "length min. range value `%u' greater than max. "
68 "range value `%u'", info->min, info->max);
117 if (info->max == info->min)
120 printf("%u:%u ", info->min, info->max);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_msg.h259 #define max(a,b) (((a)>(b))?(a):(b)) macro
261 max(sizeof(struct pptp_start_ctrl_conn), \
262 max(sizeof(struct pptp_echo_rqst), \
263 max(sizeof(struct pptp_echo_rply), \
264 max(sizeof(struct pptp_out_call_rqst), \
265 max(sizeof(struct pptp_out_call_rply), \
266 max(sizeof(struct pptp_in_call_rqst), \
267 max(sizeof(struct pptp_in_call_rply), \
268 max(sizeof(struct pptp_in_call_connect), \
269 max(sizeo
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_msg.h259 #define max(a,b) (((a)>(b))?(a):(b)) macro
261 max(sizeof(struct pptp_start_ctrl_conn), \
262 max(sizeof(struct pptp_echo_rqst), \
263 max(sizeof(struct pptp_echo_rply), \
264 max(sizeof(struct pptp_out_call_rqst), \
265 max(sizeof(struct pptp_out_call_rply), \
266 max(sizeof(struct pptp_in_call_rqst), \
267 max(sizeof(struct pptp_in_call_rply), \
268 max(sizeof(struct pptp_in_call_connect), \
269 max(sizeo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dacpiphp_res.c262 struct pci_resource *max; local
276 for (max = *head;max; max = max->next) {
280 if (max->length < size)
283 if (max->base & (size - 1)) {
286 temp_qword = (max->base | (size-1)) + 1;
289 if ((max->length - (temp_qword - max
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datm_nicstar.h35 unsigned max; member in struct:buf_nr

Completed in 105 milliseconds

1234567891011>>