Searched refs:in6_cksum (Results 1 – 16 of 16) sorted by relevance
| /freebsd-head/sys/netinet6/ |
| HD | raw_ip6.c | 237 in6_cksum(m, proto, *offp, in rip6_input() 522 *p = in6_cksum(m, ip6->ip6_nxt, sizeof(*ip6), plen); in rip6_send()
|
| HD | in6_cksum.c | 340 in6_cksum(struct mbuf *m, uint8_t nxt, uint32_t off, uint32_t len) in in6_cksum() function
|
| HD | in6.h | 665 int in6_cksum(struct mbuf *, uint8_t, uint32_t, uint32_t);
|
| HD | nd6_nbr.c | 611 in6_cksum(m, IPPROTO_ICMPV6, sizeof(*ip6), icmp6len); in nd6_ns_output_fib() 1105 in6_cksum(m, IPPROTO_ICMPV6, sizeof(struct ip6_hdr), icmp6len); in nd6_na_output_fib()
|
| HD | icmp6.c | 504 if ((sum = in6_cksum(m, IPPROTO_ICMPV6, off, icmp6len)) != 0) { in icmp6_input() 2155 icmp6->icmp6_cksum = in6_cksum(m, IPPROTO_ICMPV6, in icmp6_reflect() 2650 nd_rd->nd_rd_cksum = in6_cksum(m, IPPROTO_ICMPV6, in icmp6_redirect_output()
|
| HD | mld6.c | 1829 mld->mld_cksum = in6_cksum(mh, IPPROTO_ICMPV6, in mld_v1_transmit_report() 3219 mld->mld_cksum = in6_cksum(mh, IPPROTO_ICMPV6, in mld_v2_encap_report()
|
| HD | ip6_mroute.c | 1762 if (in6_cksum(m, IPPROTO_PIM, off, cksumlen)) { in pim6_input()
|
| /freebsd-head/sys/netpfil/ipfilter/netinet/ |
| HD | ip_fil_freebsd.c | 383 tcp2->th_sum = in6_cksum(m, IPPROTO_TCP, in ipf_send_reset() 616 icmp->icmp_cksum = in6_cksum(m, IPPROTO_ICMPV6, in ipf_send_icmp_err() 1393 sum = in6_cksum(m, ip6->ip6_nxt, off, len); in ipf_pcksum6()
|
| /freebsd-head/sys/netinet/tcp_stacks/ |
| HD | rack_bbr_common.c | 191 th->th_sum = in6_cksum(m, IPPROTO_TCP, drop_hdrlen, tlen); in ctf_get_enet_type()
|
| /freebsd-head/sys/netpfil/ipfw/nat64/ |
| HD | nat64_translate.c | 757 icmp6->icmp6_cksum = in6_cksum(n, IPPROTO_ICMPV6, in nat64_icmp6_reflect()
|
| /freebsd-head/sys/netpfil/ipfw/ |
| HD | ip_fw2.c | 755 th->th_sum = in6_cksum(m, IPPROTO_TCP, sizeof(*h6), in ipfw_send_pkt()
|
| /freebsd-head/sys/netinet/ |
| HD | tcp_input.c | 668 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen); in tcp_input_with_port()
|
| HD | sctp_output.c | 4536 …if ((udp->uh_sum = in6_cksum(o_pak, IPPROTO_UDP, sizeof(struct ip6_hdr), packet_length - sizeof(st… in sctp_lowlevel_chunk_output() 11322 …if ((udp->uh_sum = in6_cksum(o_pak, IPPROTO_UDP, sizeof(struct ip6_hdr), len - sizeof(struct ip6_h… in sctp_send_resp_msg()
|
| /freebsd-head/sys/netpfil/pf/ |
| HD | pf.c | 3605 in6_cksum(pd->m, IPPROTO_ICMPV6, hlen, in pf_translate_af() 9468 sum = in6_cksum(m, p, off, len); in pf_check_proto_cksum()
|
| /freebsd-head/share/doc/IPv6/ |
| HD | IMPLEMENTATION | 1029 headers. So, in6_cksum() was implemented to handle packets whose IP6
|
| /freebsd-head/sys/conf/ |
| HD | files | 4426 netinet6/in6_cksum.c optional inet6
|