Lines Matching defs:modif
134 m_peek_len(const struct mbuf *m, const char *modif)
141 while (modif && (ch = *(modif++)) != '\0') {
224 m_examine_ether(const struct mbuf *m, int off, const char *modif,
230 pktlen = m_peek_len(m, modif) - off;
234 return m_examine_hex(m, off, modif, pr);
239 return m_examine_hex(m, off, modif, pr);
250 return m_examine_pppoe(m, off, modif, pr);
254 return m_examine_arp(m, off, modif, pr);
258 return m_examine_ip(m, off, modif, pr);
262 return m_examine_ip6(m, off, modif, pr);
269 return m_examine_hex(m, off, modif, pr);
273 m_examine_pppoe(const struct mbuf *m, int off, const char *modif,
281 pktlen = m_peek_len(m, modif) - off;
285 return m_examine_hex(m, off, modif, pr);
290 return m_examine_hex(m, off, modif, pr);
297 return m_examine_hex(m, off, modif, pr);
342 return m_examine_hex(m, off, modif, pr);
348 return m_examine_hex(m, off, modif, pr);
351 return m_examine_ppp(m, off, modif, pr);
355 m_examine_ppp(const struct mbuf *m, int off, const char *modif,
362 pktlen = m_peek_len(m, modif) - off;
366 return m_examine_hex(m, off, modif, pr);
371 return m_examine_hex(m, off, modif, pr);
400 return m_examine_ip(m, off, modif, pr);
404 return m_examine_ip6(m, off, modif, pr);
425 return m_examine_ip(m, off, modif, pr);
429 return m_examine_ip6(m, off, modif, pr);
442 return m_examine_hex(m, off, modif, pr);
446 m_examine_arp(const struct mbuf *m, int off, const char *modif,
455 pktlen = m_peek_len(m, modif) - off;
459 return m_examine_hex(m, off, modif, pr);
464 return m_examine_hex(m, off, modif, pr);
479 return m_examine_hex(m, off, modif, pr);
511 return m_examine_hex(m, off, modif, pr);
516 return m_examine_hex(m, off, modif, pr);
523 return m_examine_hex(m, off, modif, pr);
530 return m_examine_hex(m, off, modif, pr);
537 return m_examine_hex(m, off, modif, pr);
542 return m_examine_hex(m, off, modif, pr);
546 m_examine_ip(const struct mbuf *m, int off, const char *modif,
553 pktlen = m_peek_len(m, modif) - off;
557 return m_examine_hex(m, off, modif, pr);
562 return m_examine_hex(m, off, modif, pr);
589 return m_examine_icmp(m, off, modif, pr);
592 return m_examine_tcp(m, off, modif, pr);
595 return m_examine_udp(m, off, modif, pr);
601 return m_examine_hex(m, off, modif, pr);
605 m_examine_icmp(const struct mbuf *m, int off, const char *modif,
611 pktlen = m_peek_len(m, modif) - off;
615 return m_examine_hex(m, off, modif, pr);
620 return m_examine_hex(m, off, modif, pr);
647 return m_examine_hex(m, off, modif, pr);
651 m_examine_ip6(const struct mbuf *m, int off, const char *modif,
662 pktlen = m_peek_len(m, modif) - off;
666 return m_examine_hex(m, off, modif, pr);
671 return m_examine_hex(m, off, modif, pr);
690 return m_examine_hex(m, off, modif, pr);
702 return m_examine_icmp6(m, off, modif, pr);
705 return m_examine_tcp(m, off, modif, pr);
708 return m_examine_udp(m, off, modif, pr);
714 return m_examine_hex(m, off, modif, pr);
718 m_examine_icmp6(const struct mbuf *m, int off, const char *modif,
724 pktlen = m_peek_len(m, modif) - off;
728 return m_examine_hex(m, off, modif, pr);
733 return m_examine_hex(m, off, modif, pr);
790 return m_examine_hex(m, off, modif, pr);
794 m_examine_tcp(const struct mbuf *m, int off, const char *modif,
800 pktlen = m_peek_len(m, modif) - off;
804 return m_examine_hex(m, off, modif, pr);
809 return m_examine_hex(m, off, modif, pr);
850 return m_examine_hex(m, off, modif, pr);
921 m_examine_hex(m, off, modif, pr);
927 m_examine_udp(const struct mbuf *m, int off, const char *modif,
933 pktlen = m_peek_len(m, modif) - off;
937 return m_examine_hex(m, off, modif, pr);
942 return m_examine_hex(m, off, modif, pr);
950 return m_examine_hex(m, off, modif, pr);
954 m_examine_hex(const struct mbuf *m, int off, const char *modif,
961 pktlen = m_peek_len(m, modif) - off;
990 m_examine(const struct mbuf *m, int af, const char *modif,
1001 return m_examine_hex(m, 0, modif, pr);
1004 return m_examine_ether(m, 0, modif, pr);
1007 return m_examine_arp(m, 0, modif, pr);
1010 return m_examine_ip(m, 0, modif, pr);
1013 return m_examine_ip6(m, 0, modif, pr);
1017 return m_examine_hex(m, 0, modif, pr);