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

  /src/sys/dist/pf/net/
pf.c 1598 !pf_pull_hdr(m, off + sizeof(*th), opts, hlen, NULL, NULL, pd->af))
2875 if (!pf_pull_hdr(m, off, hdr, hlen, NULL, NULL, af))
2915 if (!pf_pull_hdr(m, off, hdr, hlen, NULL, NULL, af))
4495 if (!pf_pull_hdr(m, ipoff2, &h2, sizeof(h2),
4524 if (!pf_pull_hdr(m, ipoff2, &h2_6, sizeof(h2_6),
4552 if (!pf_pull_hdr(m, off2, &opt6,
4589 if (!pf_pull_hdr(m, off2, &th, 8, NULL, reason,
4696 if (!pf_pull_hdr(m, off2, &uh, sizeof(uh),
4765 if (!pf_pull_hdr(m, off2, &iih, ICMP_MINLEN,
4818 if (!pf_pull_hdr(m, off2, &iih
5018 pf_pull_hdr(struct mbuf *m, int off, void *p, int len, function in typeref:typename:void *
    [all...]

Completed in 13 milliseconds