Searched refs:ip6_get_prevhdr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | ip6_var.h | 377 int ip6_get_prevhdr(const struct mbuf *, int);
|
H A D | frag6.c | 506 m_copyback(m, ip6_get_prevhdr(m, offset), sizeof(uint8_t), in frag6_input() 868 m_copyback(m, ip6_get_prevhdr(m, offset), sizeof(uint8_t), in frag6_input()
|
H A D | raw_ip6.c | 325 ip6_get_prevhdr(m, *offp)); in rip6_input()
|
H A D | ip6_input.c | 1601 ip6_get_prevhdr(const struct mbuf *m, int off) in ip6_get_prevhdr() 1590 ip6_get_prevhdr(const struct mbuf *m, int off) ip6_get_prevhdr() function
|