Searched refs:issync (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Dhdlc.c361 hdlc_Detect(u_char const **cp, unsigned n, int issync) argument
369 h = issync ? fh->data + 1 : fh->data;
370 len = issync ? fh->len - 1 : fh->len;

Completed in 73 milliseconds