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

/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-extension/
H A Dl2tpk.h84 #define L2TP_DATA_HDR_SIZE 8 /* hdr size for data we send - without sequencing */ macro
H A Dl2tp_rfc.c823 hdr_length = L2TP_DATA_HDR_SIZE + (rfc->flags & L2TP_FLAG_PEER_SEQ_REQ ? 4 : 0);
889 hdr_length = L2TP_DATA_HDR_SIZE;
893 hdr_length = L2TP_DATA_HDR_SIZE - 2;
1176 pulllen = (flags & L2TP_FLAGS_T) ? L2TP_CNTL_HDR_SIZE : L2TP_DATA_HDR_SIZE;

Completed in 303 milliseconds