Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/l2tp/
H A Dng_l2tp.c103 #define L2TP_SEQ_DIFF(x, y) ((int)((int16_t)(x) - (int16_t)(y))) macro
/dragonfly/sys/netgraph7/l2tp/
H A Dng_l2tp.c101 #define L2TP_SEQ_DIFF(x, y) ((int)((int16_t)(x) - (int16_t)(y))) macro