Home
last modified time | relevance | path

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

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