Searched refs:T2A_NNI (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/plugins/pppoatm/ | ||
D | atm.h | 50 #define T2A_NNI 16 /* allow NNI VPI range (PVC) */ macro |
D | text2atm.c | 64 if (part[1] > (flags & T2A_NNI ? ATM_MAX_VPI_NNI : ATM_MAX_VPI)) in try_pvc() |