Searched refs:in6p_cksum (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Draw_ip6.c188 if (proto == IPPROTO_ICMPV6 || in6p->in6p_cksum != -1) {
522 if (SOCK_PROTO(so) == IPPROTO_ICMPV6 || in6p->in6p_cksum != -1) {
531 off = in6p->in6p_cksum;
786 inp->in6p_cksum = -1;
H A Dudp6_usrreq.c680 inp->in6p_cksum = -1; /* just to be sure */
H A Dip6_output.c2771 in6p->in6p_cksum = optval;
2779 optval = in6p->in6p_cksum;
H A Dicmp6.c3136 inp->in6p_cksum = -1;
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h461 #define in6p_cksum inp_depend6.inp6_cksum macro

Completed in 88 milliseconds