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

/freebsd-current/sys/netinet/
H A Daccf_http.c50 static int mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset,
120 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int max, char *cmp) function
174 if (mbufstrncmp(m, m->m_nextpkt, 1, cc, cmp) == 1) {
175 DPRINT("short cc (%d) but mbufstrncmp ok", cc);
178 DPRINT("short cc (%d) mbufstrncmp failed", cc);
238 if (mbufstrncmp(m, n, i, cc,

Completed in 86 milliseconds