Searched refs:issync (Results 1 – 1 of 1) sorted by relevance
361 hdlc_Detect(u_char const **cp, unsigned n, int issync) in hdlc_Detect() argument369 h = issync ? fh->data + 1 : fh->data; in hdlc_Detect()370 len = issync ? fh->len - 1 : fh->len; in hdlc_Detect()