Searched refs:ccp_flags_set (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | ccp.c | 393 ccp_flags_set(unit, 1, 0); 414 ccp_flags_set(unit, 0, 0); 514 ccp_flags_set(unit, 0, 0); 1428 ccp_flags_set(f->unit, 1, 1); 1461 ccp_flags_set(f->unit, 1, 0);
|
D | pppd.h | 618 void ccp_flags_set __P((int, int, int));
|
D | sys-linux.c | 1286 void ccp_flags_set (int unit, int isopen, int isup) in ccp_flags_set() function
|
D | sys-solaris.c | 1636 ccp_flags_set(unit, isopen, isup) in ccp_flags_set() function
|