Home | History | Annotate | Download | only in pppd

Lines Matching refs:isopen

1639 ccp_flags_set(unit, isopen, isup)
1640 int unit, isopen, isup;
1644 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);