Searched refs:lvalue (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Davpair.c77 vp->lvalue = len;
80 vp->lvalue = strlen((char *) pval);
90 vp->lvalue = * (UINT4 *) pval;
158 UINT4 lvalue; local
227 pair->lvalue = attrlen;
233 memcpy ((char *) &lvalue, (char *) ptr,
235 pair->lvalue = ntohl (lvalue);
268 UINT4 lvalue; local
322 pair->lvalue
[all...]
H A Dsendserver.c37 UINT4 lvalue; local
65 length = vp->lvalue;
77 lvalue = htonl(vp->lvalue);
78 memcpy(buf, (char *) &lvalue, sizeof(UINT4));
93 length = vp->lvalue;
133 length = vp->lvalue;
158 length = vp->lvalue;
168 lvalue = htonl (vp->lvalue);
[all...]
H A Dradius.c563 if (vp->lvalue != PW_FRAMED) {
565 vp->lvalue, rstate.user);
573 if (vp->lvalue != PW_PPP) {
575 vp->lvalue, rstate.user);
582 maxconnect = vp->lvalue;
587 maxoctets = vp->lvalue;
591 maxoctets_dir = ( vp->lvalue > 4 ) ? 0 : vp->lvalue ;
596 rstate.acct_interim_interval = vp->lvalue;
606 remote = vp->lvalue;
[all...]
H A Dradiusclient.h329 UINT4 lvalue; member in struct:value_pair
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_meta.c27 * lvalue rvalue
89 struct meta_value lvalue; member in struct:meta_match
702 if (meta_get(skb, info, &meta->lvalue, &l_value) < 0 ||
706 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value);
708 switch (meta->lvalue.hdr.op) {
722 struct meta_type_ops *ops = meta_type_ops(&meta->lvalue);
725 ops->destroy(&meta->lvalue);
775 memcpy(&meta->lvalue.hdr, &hdr->left, sizeof(hdr->left));
778 if (!meta_is_supported(&meta->lvalue) ||
784 if (meta_change_data(&meta->lvalue, t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_meta.c355 PARSE_ERR(arg, "lvalue and rvalue are not compatible.");
365 unsigned long lvalue = 0, rvalue = 0; local
377 a = parse_object(args, args, &meta_hdr.left, &lvalue, NULL);
409 if (lvalue)
410 dump_value(n, TCA_EM_META_LVALUE, lvalue, &meta_hdr.left);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/web/
H A Dswat.c235 if (parm->def.lvalue) {
236 char **list = (char **)(parm->def.lvalue);
353 if (!str_list_compare(*(char ***)ptr, (char **)(parm->def.lvalue))) continue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c2474 gcry_sexp_t ldata, lhash, lvalue; local
2525 lvalue = lhash? NULL : gcry_sexp_find_token (ldata, "value", 0);
2527 if (!(!lhash ^ !lvalue))
2531 else if (ctx->encoding == PUBKEY_ENC_RAW && lvalue)
2533 *ret_mpi = gcry_sexp_nth_mpi (lvalue, 1, GCRYMPI_FMT_USG);
2537 else if (ctx->encoding == PUBKEY_ENC_PKCS1 && lvalue
2546 if ( !(value=gcry_sexp_nth_data (lvalue, 1, &valuelen)) || !valuelen )
2605 else if (ctx->encoding == PUBKEY_ENC_OAEP && lvalue
2611 if ( !(value=gcry_sexp_nth_data (lvalue, 1, &valuelen)) || !valuelen )
2790 gcry_sexp_release (lvalue);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb.h784 char **lvalue; member in union:parm_struct::__anon1662
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/param/
H A Dloadparm.c3450 return str_list_compare (parm_table[i].def.lvalue,
3769 str_list_copy(&(parm_table[i].def.lvalue),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfigure3945 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5257 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfigure3200 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/
H A Dconfigure3710 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dconfigure4265 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dconfigure4812 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconfigure7048 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A Dconfigure3717 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfigure8361 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfigure8367 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dconfigure13517 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfigure3895 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfigure12349 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/
H A Dconfigure19845 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfigure7102 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure20850 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */

Completed in 496 milliseconds

12