Home | History | Annotate | Download | only in netinet

Lines Matching refs:ip6_t

474 	ip6_t *ip6 = (ip6_t *)fin->fin_ip;
910 if (ipf_pr_pullup(fin, ICMP6ERR_MINPKTLEN - sizeof(ip6_t)) == -1) {
918 ip6_t *ip6;
933 minicmpsz = ICMP6ERR_MINPKTLEN - sizeof(ip6_t);
941 minicmpsz = ICMP6ERR_IPICMPHLEN - sizeof(ip6_t);
959 ip6 = (ip6_t *)((char *)icmp6 + ICMPERR_ICMPHLEN);
2053 fin->fin_plen = ntohs(((ip6_t *)ip)->ip6_plen);
2914 if (((ip6_t *)ip)->ip6_plen == 0) {
2915 DT1(frb_jumbo, ip6_t *, (ip6_t *)ip);
2954 if (((ip6_t *)ip)->ip6_hlim < softc->ipf_minttl) {
3385 ip6_t *ip6;
3411 ip6 = (ip6_t *)ip;
8335 hlen = sizeof(ip6_t);