Searched refs:attrid (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Davpair.c34 VALUE_PAIR *rc_avpair_add (VALUE_PAIR **list, int attrid, void *pval, int len, argument
39 vp = rc_avpair_new (attrid, pval, len, vendorcode);
110 VALUE_PAIR *rc_avpair_new (int attrid, void *pval, int len, int vendorcode) argument
115 if ((pda = rc_dict_getattr (attrid, vendorcode)) == (DICT_ATTR *) NULL)
117 error("rc_avpair_new: unknown attribute %d", attrid);
125 vp->attribute = attrid;
/external/libnl/lib/route/cls/
H A Dematch.c590 int rtnl_ematch_fill_attr(struct nl_msg *msg, int attrid, argument
605 if (!(topattr = nla_nest_start(msg, attrid)))

Completed in 152 milliseconds