Searched refs:nextproto (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_output.c | 254 ip6_fragment(struct ifnet *ifp, struct mbuf *m0, int hlen, u_char nextproto, in ip6_fragment() argument 316 ip6f->ip6f_nxt = nextproto; in ip6_fragment() 1199 u_char nextproto; in ip6_output() local 1231 nextproto = *mtod(exthdrs.ip6e_rthdr, u_char *); in ip6_output() 1234 nextproto = *mtod(exthdrs.ip6e_dest1, u_char *); in ip6_output() 1237 nextproto = *mtod(exthdrs.ip6e_hbh, u_char *); in ip6_output() 1241 nextproto = ip6->ip6_nxt; in ip6_output() 1252 error = ip6_fragment(ifp, m, unfragpartlen, nextproto,len, id); in ip6_output()
|