Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_pptp_pxy.c23 int pptps_bytes; member
316 off += pptps->pptps_bytes; in ipf_p_pptp_nextmessage()
324 len = MIN(8 - pptps->pptps_bytes, dlen); in ipf_p_pptp_nextmessage()
326 pptps->pptps_bytes += len; in ipf_p_pptp_nextmessage()
329 if (pptps->pptps_bytes == 8) { in ipf_p_pptp_nextmessage()
362 pptps->pptps_bytes = 0; in ipf_p_pptp_nextmessage()
368 len = MIN(pptps->pptps_len - pptps->pptps_bytes, dlen); in ipf_p_pptp_nextmessage()
370 pptps->pptps_bytes += len; in ipf_p_pptp_nextmessage()
374 if (pptps->pptps_len > pptps->pptps_bytes) in ipf_p_pptp_nextmessage()
380 pptps->pptps_bytes = 0; in ipf_p_pptp_nextmessage()