Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pppoe.h197 #define PTT_MOTM (0x0112) /* PPPoE Extensions (CARREL) */ macro
216 #define PTT_MOTM (0x1201) /* PPPoE Extensions (CARREL) */ macro
H A Dng_pppoe.c1226 tag->tag_type = PTT_MOTM; in ng_pppoe_rcvmsg()
1924 if ((tag = get_tag(ph, PTT_MOTM))) in ng_pppoe_rcvdata_ether()
2204 case PTT_MOTM: in scan_tags()