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

/freebsd-11.0-release/sys/netgraph/
H A Dng_l2tp.c71 #define L2TP_HDR_CTRL 0x8000 /* control packet */ macro
86 #define L2TP_CTRL_HDR (L2TP_HDR_CTRL | L2TP_HDR_LEN \
795 is_ctrl = (hdr & L2TP_HDR_CTRL) != 0;
852 if ((hdr & L2TP_HDR_CTRL) == 0) {
899 if ((hdr & L2TP_HDR_CTRL) != 0) {

Completed in 28 milliseconds