Searched refs:nextproto (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | ip6_output.c | 232 ip6_fragment(struct ifnet *ifp, struct mbuf *m0, int hlen, u_char nextproto, in ip6_fragment() argument 294 ip6f->ip6f_nxt = nextproto; in ip6_fragment() 1209 u_char nextproto; in ip6_output() local 1239 nextproto = *mtod(exthdrs.ip6e_rthdr, u_char *); in ip6_output() 1242 nextproto = *mtod(exthdrs.ip6e_dest1, u_char *); in ip6_output() 1245 nextproto = *mtod(exthdrs.ip6e_hbh, u_char *); in ip6_output() 1249 nextproto = ip6->ip6_nxt; in ip6_output() 1260 error = ip6_fragment(ifp, m, unfragpartlen, nextproto,len, id); in ip6_output()
|