Searched refs:avp (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Davp.c23 struct avp avps[] = {
128 * t, c, data, and datalen may be assumed to be defined for all avp's
400 "%s: avp is incorrect size. %d != 6\n", __FUNCTION__,
445 "%s: avp is incorrect size. %d < 10\n", __FUNCTION__,
524 "%s: avp is incorrect size. %d != 8\n", __FUNCTION__,
584 "%s: avp is incorrect size. %d != 10\n", __FUNCTION__,
630 "%s: avp is incorrect size. %d != 10\n", __FUNCTION__,
685 "%s: avp is incorrect size. %d != 8\n", __FUNCTION__,
732 "%s: avp is incorrect size. %d != 10\n", __FUNCTION__,
779 "%s: avp i
1593 struct avp_hdr *avp; local
[all...]
H A DMakefile76 HDRS=l2tp.h avp.h misc.h control.h call.h scheduler.h file.h aaa.h md5.h
77 OBJS=l2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o
H A Davp.h25 struct avp struct
67 #define HBIT 0x4000 /* Set on hidden avp's */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c57 static void init_voice_info(struct soundfont_voice_info *avp);
60 struct soundfont_voice_info *avp);
610 init_voice_info(struct soundfont_voice_info *avp) argument
612 memset(avp, 0, sizeof(*avp));
614 avp->root = 60;
615 avp->high = 127;
616 avp->velhigh = 127;
617 avp->fixkey = -1;
618 avp
656 set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c124 VALUE_PAIR *avp; /* Additional (user supplied) vp's to send to server */ member in struct:radius_state
291 if (rstate.avp)
292 rc_avpair_insert(&send, NULL, rc_avpair_copy(rstate.avp));
458 if (rstate.avp)
459 rc_avpair_insert(&send, NULL, rc_avpair_copy(rstate.avp));
895 if (rstate.avp)
896 rc_avpair_insert(&send, NULL, rc_avpair_copy(rstate.avp));
1047 if (rstate.avp)
1048 rc_avpair_insert(&send, NULL, rc_avpair_copy(rstate.avp));
1144 if (rstate.avp)
[all...]

Completed in 165 milliseconds