H A D | uipc_mbufdebug.c | 103 m_peek_data(const struct mbuf *m, int off, int len, void *vp) in m_peek_data() 108 if (off < 0 || len < 0) in m_peek_data() 111 while (off > 0) { in m_peek_data() 114 if (off < m->m_len) in m_peek_data() 116 off -= m->m_len; in m_peek_data() 122 count = uimin(m->m_len - off, len); in m_peek_data() 123 memcpy(cp, mtod(m, char *) + off, count); in m_peek_data() 126 off = 0; in m_peek_data() 224 m_examine_ether(const struct mbuf *m, int off, const char *modif, in m_examine_ether() 230 pktlen = m_peek_len(m, modif) - off; in m_examine_ether() 101 m_peek_data(const struct mbuf * m,int off,int len,void * vp) m_peek_data() argument 222 m_examine_ether(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ether() argument 271 m_examine_pppoe(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_pppoe() argument 353 m_examine_ppp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ppp() argument 444 m_examine_arp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_arp() argument 544 m_examine_ip(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ip() argument 603 m_examine_icmp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_icmp() argument 649 m_examine_ip6(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ip6() argument 716 m_examine_icmp6(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_icmp6() argument 792 m_examine_tcp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_tcp() argument 925 m_examine_udp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_udp() argument 952 m_examine_hex(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_hex() argument [all...] |