Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-chdlc.c51 if (caplen < CHDLC_HDRLEN) { in chdlc_if_print()
72 length -= CHDLC_HDRLEN; in chdlc_print()
73 p += CHDLC_HDRLEN; in chdlc_print()
109 return (CHDLC_HDRLEN); in chdlc_print()
Dchdlc.h22 #define CHDLC_HDRLEN 4 macro