Home
last modified time | relevance | path

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

/freebsd/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) in mbufstrncmp() function
174 if (mbufstrncmp(m, m->m_nextpkt, 1, cc, cmp) == 1) { in sohashttpget()
238 if (mbufstrncmp(m, n, i, cc, in soparsehttpvers()