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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dlparcfg.c179 static unsigned int h_get_ppp(struct hvcall_ppp_data *ppp_data) argument
186 ppp_data->entitlement = retbuf[0];
187 ppp_data->unallocated_entitlement = retbuf[1];
189 ppp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff;
190 ppp_data->pool_num = retbuf[2] & 0xffff;
192 ppp_data->capped = (retbuf[3] >> 6 * 8) & 0x01;
193 ppp_data->weight = (retbuf[3] >> 5 * 8) & 0xff;
194 ppp_data->unallocated_weight = (retbuf[3] >> 4 * 8) & 0xff;
195 ppp_data->active_procs_in_pool = (retbuf[3] >> 2 * 8) & 0xffff;
196 ppp_data
225 struct hvcall_ppp_data ppp_data; local
534 struct hvcall_ppp_data ppp_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe2.c851 char ppp_data[] = local
864 size = sizeof(struct pppoe_packet) + sizeof(ppp_data);
882 memcpy(ppp_data_start, ppp_data, sizeof(ppp_data));

Completed in 26 milliseconds