Searched refs:code (Results 151 - 175 of 649) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dflow.h41 __u8 code; member in struct:flowi::__anon11676::__anon11678
H A Dprotocol.h55 int type, int code, int offset,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Defs_fs.h23 #error This code is only for linux-2.2 and later.
H A Digmp.h30 __u8 code; /* For newer IGMP */ member in struct:igmphdr
81 this list never used in fast path code
H A Dtcp_diag.h43 * All the commands identified by "code" are conditional jumps forward:
50 unsigned char code; member in struct:tcpdiag_bc_op
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dflow.h41 __u8 code; member in struct:flowi::__anon7270::__anon7272
H A Dprotocol.h55 int type, int code, int offset,
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dchap-new.h10 * 1. Redistributions of source code must retain the above copyright
37 * CHAP packets begin with a standard header with code, id, len (2 bytes).
42 * Values for the code field.
99 * The code for each digest type has to supply one of these.
102 int code; member in struct:chap_digest_type
128 /* Called by digest code to register a digest type */
131 /* Called by authentication code to start authenticating the peer. */
134 /* Called by auth. code to start authenticating us to the peer. */
137 /* Represents the CHAP protocol to the main pppd code */
H A Dipxcp.c10 * 1. Redistributions of source code must retain the above copyright
79 * Callbacks for fsm code. (CI = Configuration Information)
995 int rc = CONFACK; /* Final packet return code */
996 int orc; /* Individual option return code */
1278 return (rc); /* Return final code */
1474 int code, id, len, olen; local
1482 GETCHAR(code, p);
1488 if (code >= 1 && code <= sizeof(ipxcp_codenames) / sizeof(char *))
1489 printer(arg, " %s", ipxcp_codenames[code
[all...]
H A Dlcp.c10 * 1. Redistributions of source code must retain the above copyright
206 * Callbacks for fsm code. (CI = Configuration Information)
516 * lcp_extcode - Handle a LCP-specific code.
519 lcp_extcode(f, code, id, inp, len)
521 int code, id;
527 switch( code ){
977 #define NAKCICHAP(opt, neg, code) \
987 code \
989 #define NAKCICHAR(opt, neg, code) \
998 code \
1991 int code, id, len, olen, i; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dchap-new.h10 * 1. Redistributions of source code must retain the above copyright
37 * CHAP packets begin with a standard header with code, id, len (2 bytes).
42 * Values for the code field.
99 * The code for each digest type has to supply one of these.
102 int code; member in struct:chap_digest_type
128 /* Called by digest code to register a digest type */
131 /* Called by authentication code to start authenticating the peer. */
134 /* Called by auth. code to start authenticating us to the peer. */
137 /* Represents the CHAP protocol to the main pppd code */
H A Dipxcp.c10 * 1. Redistributions of source code must retain the above copyright
79 * Callbacks for fsm code. (CI = Configuration Information)
995 int rc = CONFACK; /* Final packet return code */
996 int orc; /* Individual option return code */
1278 return (rc); /* Return final code */
1474 int code, id, len, olen; local
1482 GETCHAR(code, p);
1488 if (code >= 1 && code <= sizeof(ipxcp_codenames) / sizeof(char *))
1489 printer(arg, " %s", ipxcp_codenames[code
[all...]
H A Dlcp.c10 * 1. Redistributions of source code must retain the above copyright
206 * Callbacks for fsm code. (CI = Configuration Information)
516 * lcp_extcode - Handle a LCP-specific code.
519 lcp_extcode(f, code, id, inp, len)
521 int code, id;
527 switch( code ){
977 #define NAKCICHAP(opt, neg, code) \
987 code \
989 #define NAKCICHAR(opt, neg, code) \
998 code \
1991 int code, id, len, olen, i; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Ddebug.c74 switch(packet->code) {
H A Dpppoe.c322 packet.code = CODE_PADI;
421 if (packet.code == CODE_PADO) {
477 packet.code = CODE_PADR;
590 if (packet.code == CODE_PADS) {
726 if (packet->code != CODE_PADT) {
727 syslog(LOG_DEBUG, "Got discovery packet (code %d) during session",
728 (int) packet->code);
776 if (packet.code != CODE_PADT) {
777 syslog(LOG_DEBUG, "Got discovery packet (code %d) during session",
778 (int) packet.code);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dscript.c150 for (i = 0; options[i].code; i++)
151 if (get_option(packet, options[i].code))
173 for (i = 0, j = 4; options[i].code; i++) {
174 if ((temp = get_option(packet, options[i].code))) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dspinlock.h29 #error Need to implement spinlock code in spinlock.h
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Depson1355fb.c158 int code; local
164 code = 0; break;
166 code = 1; break;
168 code = 2; break;
170 code = 3; break;
172 code = 5; break;
179 disp |= code << 2;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dsendserver.c54 /* Insert vendor code */
264 auth->code = data->code;
267 if (data->code == PW_ACCOUNTING_REQUEST)
373 if ((recv_auth->code == PW_ACCESS_ACCEPT) ||
374 (recv_auth->code == PW_PASSWORD_ACK) ||
375 (recv_auth->code == PW_ACCOUNTING_RESPONSE))
459 authentication request are ok. i looked at the code
465 if (auth->code == PW_ACCOUNTING_RESPONSE)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dsendserver.c54 /* Insert vendor code */
264 auth->code = data->code;
267 if (data->code == PW_ACCOUNTING_REQUEST)
373 if ((recv_auth->code == PW_ACCESS_ACCEPT) ||
374 (recv_auth->code == PW_PASSWORD_ACK) ||
375 (recv_auth->code == PW_ACCOUNTING_RESPONSE))
459 authentication request are ok. i looked at the code
465 if (auth->code == PW_ACCOUNTING_RESPONSE)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Dsidewinder.c401 * called from the generic code to poll the joystick.
691 int bits, code; local
709 code = sw_abs[sw->type][j];
710 set_bit(code, sw->dev[i].absbit);
711 sw->dev[i].absmax[code] = (1 << bits) - 1;
712 sw->dev[i].absmin[code] = (bits == 1) ? -1 : 0;
713 sw->dev[i].absfuzz[code] = ((bits >> 1) >= 2) ? (1 << ((bits >> 1) - 2)) : 0;
714 if (code != ABS_THROTTLE)
715 sw->dev[i].absflat[code] = (bits >= 5) ? (1 << (bits - 5)) : 0;
718 for (j = 0; (code
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dfilter.c91 switch(fentry->code)
368 * sk_chk_filter - verify socket filter code
372 * Check the user's filter code. If we let some ugly
373 * filter code slip through kaboom! The filter must contain
377 * Returns 0 if the rule set is legal or a negative errno code if not.
389 * Check the filter code now.
398 if(BPF_CLASS(ftest->code) == BPF_JMP)
403 if(BPF_OP(ftest->code) == BPF_JA)
431 switch (ftest->code) {
447 return (BPF_CLASS(filter[flen - 1].code)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dipxcp.c56 * Callbacks for fsm code. (CI = Configuration Information)
972 int rc = CONFACK; /* Final packet return code */
973 int orc; /* Individual option return code */
1255 return (rc); /* Return final code */
1451 int code, id, len, olen; local
1459 GETCHAR(code, p);
1465 if (code >= 1 && code <= sizeof(ipxcp_codenames) / sizeof(char *))
1466 printer(arg, " %s", ipxcp_codenames[code-1]);
1468 printer(arg, " code
[all...]
H A Dlcp.c180 * Callbacks for fsm code. (CI = Configuration Information)
491 * lcp_extcode - Handle a LCP-specific code.
494 lcp_extcode(f, code, id, inp, len)
496 int code, id;
502 switch( code ){
946 #define NAKCICHAP(opt, neg, code) \
956 code \
958 #define NAKCICHAR(opt, neg, code) \
967 code \
969 #define NAKCISHORT(opt, neg, code) \
1874 int code, id, len, olen, i; local
[all...]
H A Dccp.c100 * Protocol entry points from main code.
141 * Callbacks for fsm code.
402 * Handle a CCP-specific code.
405 ccp_extcode(f, code, id, p, len)
407 int code, id;
411 switch (code) {
699 * Peer wants us to use a different code size or something.
922 * Check whether we can do BSD-Compress with the code
923 * size they want. If the code size is too big, reduce
1100 int code, i local
[all...]

Completed in 123 milliseconds

1234567891011>>