Home
last modified time | relevance | path

Searched defs:PPTP_ACK_ALPHA (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/netgraph7/pptpgre/
H A Dng_pptpgre.c133 #define PPTP_ACK_ALPHA(x) (((x) + 4) >> 3) /* alpha = 0.125 */ macro
/dflybsd-src/sys/netgraph/pptpgre/
H A Dng_pptpgre.c134 #define PPTP_ACK_ALPHA(x) ((x) >> 3) /* alpha = 0.125 */ macro