Home
last modified time | relevance | path

Searched refs:PTT_MAX_PAYL (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pppoe.h200 #define PTT_MAX_PAYL (0x0120) /* PPP-Max-Payload (RFC4638) */ macro
219 #define PTT_MAX_PAYL (0x2001) /* PPP-Max-Payload (RFC4638) */ macro
H A Dng_pppoe.c1131 privp->max_payload.hdr.tag_type = PTT_MAX_PAYL; in ng_pppoe_rcvmsg()
1745 if ((tag = get_tag(ph, PTT_MAX_PAYL)) && in ng_pppoe_rcvdata_ether()
1885 if ((tag = get_tag(ph, PTT_MAX_PAYL)) && in ng_pppoe_rcvdata_ether()
2184 case PTT_MAX_PAYL: in scan_tags()
/f-stack/tools/compat/include/netgraph/
H A Dng_pppoe.h188 #define PTT_MAX_PAYL (0x0120) /* PPP-Max-Payload (RFC4638) */ macro
205 #define PTT_MAX_PAYL (0x2001) /* PPP-Max-Payload (RFC4638) */ macro