Lines Matching defs:ip6f
899 struct ip6_frag *ip6f;
970 ip6f = NULL;
971 error = ip6_insertfraghdr(m0, m, hlen, &ip6f);
978 ip6f->ip6f_offlg = htons((u_int16_t)((off - hlen) & ~7));
982 ip6f->ip6f_offlg |= IP6F_MORE_FRAG;
983 ip6f->ip6f_reserved = 0;
984 ip6f->ip6f_ident = id;
985 ip6f->ip6f_nxt = nextproto;
988 sizeof(*ip6f) - sizeof(struct ip6_hdr)));
998 m->m_pkthdr.len = len + hlen + sizeof(*ip6f);