if_spppsubr.c | 419 static int sppp_cp_check(struct sppp *, u_char); 1204 if (m == NULL && sppp_cp_check(sp, CP_NCP)) { 3308 sppp_cp_check(struct sppp *sp, u_char cp_flags) function in typeref:typename:int 3334 sppp_cp_check(sp, CP_AUTH)) 3338 sppp_cp_check(sp, CP_NCP)) 6083 status->ncpup = sppp_cp_check(sp, CP_NCP);
|