Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
HDhdlc.h109 extern int hdlc_Detect(u_char const **, unsigned, int);
HDhdlc.c357 hdlc_Detect(u_char const **cp, unsigned n, int issync) in hdlc_Detect() function
HDphysical.c545 found = hdlc_Detect((u_char const **)(void *)&rbuff, n, physical_IsSync(p)); in physical_DescriptorRead()