Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c34 static bool llc_encaps = 0; variable
47 { "llc-encaps", o_bool, &llc_encaps,
101 #define pppoatm_overhead() (llc_encaps ? 6 : 2)
112 if (!llc_encaps) in set_line_discipline_pppoatm()