Searched refs:in6_cksum (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/netinet6/
H A Din6_cksum.c29 * $KAME: in6_cksum.c,v 1.10 2000/12/03 00:53:59 itojun Exp $
349 panic("in6_cksum: out of data");
362 in6_cksum(struct mbuf *m, u_int8_t nxt, u_int32_t off, u_int32_t len) function
H A Din6.h643 int in6_cksum(struct mbuf *, u_int8_t, u_int32_t, u_int32_t);
H A Draw_ip6.c209 if (in6_cksum(m, proto, *offp,
542 *p = in6_cksum(m, ip6->ip6_nxt, sizeof(*ip6), plen);
H A Dnd6_nbr.c566 in6_cksum(m, IPPROTO_ICMPV6, sizeof(*ip6), icmp6len);
1093 in6_cksum(m, IPPROTO_ICMPV6, sizeof(struct ip6_hdr), icmp6len);
H A Dicmp6.c473 if ((sum = in6_cksum(m, IPPROTO_ICMPV6, off, icmp6len)) != 0) {
2272 icmp6->icmp6_cksum = in6_cksum(m, IPPROTO_ICMPV6,
2784 nd_rd->nd_rd_cksum = in6_cksum(m, IPPROTO_ICMPV6,
H A Dmld6.c1843 mld->mld_cksum = in6_cksum(mh, IPPROTO_ICMPV6,
3212 mld->mld_cksum = in6_cksum(mh, IPPROTO_ICMPV6,
H A Dip6_mroute.c1768 if (in6_cksum(m, IPPROTO_PIM, off, cksumlen)) {
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c425 tcp2->th_sum = in6_cksum(m, IPPROTO_TCP,
673 icmp->icmp_cksum = in6_cksum(m, IPPROTO_ICMPV6,
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c930 th->th_sum = in6_cksum(m, IPPROTO_TCP, sizeof(*h6),
/freebsd-10.1-release/sys/netinet/
H A Dtcp_input.c608 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen);
H A Dsctp_output.c4614 if ((udp->uh_sum = in6_cksum(o_pak, IPPROTO_UDP, sizeof(struct ip6_hdr), packet_length - sizeof(struct ip6_hdr))) == 0) {
11195 if ((udp->uh_sum = in6_cksum(o_pak, IPPROTO_UDP, sizeof(struct ip6_hdr), len - sizeof(struct ip6_hdr))) == 0) {
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf.c2406 th->th_sum = in6_cksum(m, IPPROTO_TCP,
5666 sum = in6_cksum(m, p, off, len);

Completed in 230 milliseconds