Searched refs:ccp_flags_set (Results 1 – 5 of 5) 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); 1432 ccp_flags_set(f->unit, 1, 1); 1465 ccp_flags_set(f->unit, 1, 0);
|
D | pppd.h | 642 void ccp_flags_set __P((int, int, int));
|
D | sys-linux.c | 1320 void ccp_flags_set (int unit, int isopen, int isup) in ccp_flags_set() function
|
D | sys-solaris.c | 1639 ccp_flags_set(unit, isopen, isup) in ccp_flags_set() function
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.c | 1218 ccp_flags_set(int unit, int isopen, int isup)
|