Searched refs:encaps (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Datmppp.h21 int encaps; /* PPPOATM_ENCAPS_* */ member in struct:atm_backend_ppp
H A Datmbr2684.h87 int encaps; /* BR2684_ENCAPS_* */ member in struct:atm_backend_br2684
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c47 { "llc-encaps", o_bool, &llc_encaps,
49 { "vc-encaps", o_bool, &vc_encaps,
113 be.encaps = PPPOATM_ENCAPS_VC;
115 be.encaps = PPPOATM_ENCAPS_LLC;
117 be.encaps = PPPOATM_ENCAPS_AUTODETECT;

Completed in 414 milliseconds