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

/freebsd-12-stable/sys/netgraph/
H A Dng_l2tp.c73 #define L2TP_HDR_SEQ 0x0800 /* has ns, nr fields */ macro
87 | L2TP_HDR_SEQ | L2TP_HDR_VERSION)
805 + (4 * ((hdr & L2TP_HDR_SEQ) != 0)) /* seq # fields */
864 if ((hdr & L2TP_HDR_SEQ) != 0) {
976 hpriv->conf.enable_dseq = ((hdr & L2TP_HDR_SEQ) != 0);
979 if ((hdr & L2TP_HDR_SEQ) != 0) {
1143 hdr |= L2TP_HDR_SEQ;

Completed in 117 milliseconds