Searched refs:PIPEX_IPGRE_HDRLEN (Results 1 – 2 of 2) sorted by relevance
408 #define PIPEX_IPGRE_HDRLEN (sizeof(struct ip) + sizeof(struct pipex_gre_header)) macro
1390 reqlen = PIPEX_IPGRE_HDRLEN + (has_seq + has_ack) * 4; in pipex_pptp_output()1474 if (m0->m_pkthdr.len < PIPEX_IPGRE_HDRLEN) { in pipex_pptp_lookup_session()1550 KASSERT(m0->m_pkthdr.len >= PIPEX_IPGRE_HDRLEN); in pipex_pptp_input()1564 hlen = PIPEX_IPGRE_HDRLEN + 4 * (has_seq + has_ack); in pipex_pptp_input()