Lines Matching defs:char
60 static unsigned int m_peek_len(const struct mbuf *, const char *);
63 static char *str_ethaddr(const uint8_t *);
64 static char *str_ipaddr(const struct in_addr *);
65 static char *str_ip6addr(const struct in6_addr *);
66 static const char *str_ipproto(const uint8_t);
106 char *cp = vp;
123 memcpy(cp, mtod(m, char *) + off, count);
134 m_peek_len(const struct mbuf *m, const char *modif)
139 unsigned char ch;
162 static char *
165 static char buf[3 * ETHER_ADDR_LEN];
170 static char *
173 static char buf[INET_ADDRSTRLEN];
178 static char *
181 static char buf[INET6_ADDRSTRLEN];
186 static const char *
224 m_examine_ether(const struct mbuf *m, int off, const char *modif,
225 void (*pr)(const char *, ...))
273 m_examine_pppoe(const struct mbuf *m, int off, const char *modif,
274 void (*pr)(const char *, ...))
355 m_examine_ppp(const struct mbuf *m, int off, const char *modif,
356 void (*pr)(const char *, ...))
446 m_examine_arp(const struct mbuf *m, int off, const char *modif,
447 void (*pr)(const char *, ...))
546 m_examine_ip(const struct mbuf *m, int off, const char *modif,
547 void (*pr)(const char *, ...))
605 m_examine_icmp(const struct mbuf *m, int off, const char *modif,
606 void (*pr)(const char *, ...))
651 m_examine_ip6(const struct mbuf *m, int off, const char *modif,
652 void (*pr)(const char *, ...))
718 m_examine_icmp6(const struct mbuf *m, int off, const char *modif,
719 void (*pr)(const char *, ...))
794 m_examine_tcp(const struct mbuf *m, int off, const char *modif,
795 void (*pr)(const char *, ...))
927 m_examine_udp(const struct mbuf *m, int off, const char *modif,
928 void (*pr)(const char *, ...))
954 m_examine_hex(const struct mbuf *m, int off, const char *modif,
955 void (*pr)(const char *, ...))
990 m_examine(const struct mbuf *m, int af, const char *modif,
991 void (*pr)(const char *, ...))