HomeSort by: relevance | last modified time | path
    Searched defs:mbufstrncmp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
accf_http.c 59 static int mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset,
185 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int len, const char *cmp) function in typeref:typename:int
238 if (mbufstrncmp(m, m->m_nextpkt, 1, cc, cmp) == 1) {
239 DPRINT("short cc (%d) but mbufstrncmp ok", cc);
242 DPRINT("short cc (%d) mbufstrncmp failed", cc);
306 if (mbufstrncmp(m, n, i, cc,
accf_http.c 59 static int mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset,
185 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int len, const char *cmp) function in typeref:typename:int
238 if (mbufstrncmp(m, m->m_nextpkt, 1, cc, cmp) == 1) {
239 DPRINT("short cc (%d) but mbufstrncmp ok", cc);
242 DPRINT("short cc (%d) mbufstrncmp failed", cc);
306 if (mbufstrncmp(m, n, i, cc,

Completed in 22 milliseconds