Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pppoe.h198 #define PTT_MAX_PAYL (0x0120) /* PPP-Max-Payload (RFC4638) */ macro
217 #define PTT_MAX_PAYL (0x2001) /* PPP-Max-Payload (RFC4638) */ macro
H A Dng_pppoe.c1145 privp->max_payload.hdr.tag_type = PTT_MAX_PAYL; in ng_pppoe_rcvmsg()
1759 if ((tag = get_tag(ph, PTT_MAX_PAYL)) && in ng_pppoe_rcvdata_ether()
1899 if ((tag = get_tag(ph, PTT_MAX_PAYL)) && in ng_pppoe_rcvdata_ether()
2202 case PTT_MAX_PAYL: in scan_tags()