Home
last modified time | relevance | path

Searched refs:PTT_AC_COOKIE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netgraph/pppoe/
HDng_pppoe.h148 #define PTT_AC_COOKIE (0x0104) macro
164 #define PTT_AC_COOKIE (0x0401) macro
HDng_pppoe.c1040 if ((tag = get_tag(ph, PTT_AC_COOKIE))) in ng_pppoe_rcvdata()
1059 utag = get_tag(ph, PTT_AC_COOKIE); in ng_pppoe_rcvdata()
1335 uniqtag.hdr.tag_type = PTT_AC_COOKIE; in ng_pppoe_rcvdata()
1648 case PTT_AC_COOKIE: in scan_tags()
/dragonfly/sys/netgraph7/pppoe/
HDng_pppoe.h173 #define PTT_AC_COOKIE (0x0104) macro
189 #define PTT_AC_COOKIE (0x0401) macro
HDng_pppoe.c1226 uniqtag.hdr.tag_type = PTT_AC_COOKIE; in ng_pppoe_rcvdata()
1461 if ((tag = get_tag(ph, PTT_AC_COOKIE))) in ng_pppoe_rcvdata_ether()
1484 utag = get_tag(ph, PTT_AC_COOKIE); in ng_pppoe_rcvdata_ether()
1885 case PTT_AC_COOKIE: in scan_tags()