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

/freebsd-9.3-release/sys/netgraph/
H A Dng_pppoe.h201 struct pppoe_tag { struct
226 struct pppoe_tag hdr;
H A Dng_pppoe.c219 const struct pppoe_tag *tags[NUMTAGS];
276 static const struct pppoe_tag *scan_tags(sessp sp,
290 static __inline const struct pppoe_tag*
293 return (const struct pppoe_tag*)(((const char*)(ph + 1))
302 static const struct pppoe_tag*
306 const struct pppoe_tag *pt = (const void *)(ph + 1);
327 pt = (const struct pppoe_tag*)ptn;
348 insert_tag(sessp sp, const struct pppoe_tag *tp)
374 const struct pppoe_tag **tag;
417 pppoe_match_svc(node_p node, const struct pppoe_tag *ta
[all...]

Completed in 170 milliseconds