Searched refs:ip6e_rthdr (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c494 MAKE_EXTHDR(opt->ip6po_rthdr, &exthdrs.ip6e_rthdr);
613 if (exthdrs.ip6e_rthdr != NULL)
614 optlen += exthdrs.ip6e_rthdr->m_len;
716 MAKE_CHAIN(exthdrs.ip6e_rthdr, mprev, nexthdrp, IPPROTO_ROUTING);
791 if (exthdrs.ip6e_rthdr != NULL) {
792 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *);
825 if (exthdrs.ip6e_rthdr != NULL) {
836 if (exthdrs.ip6e_rthdr != NULL) {
842 (mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *));
1503 if (exthdrs.ip6e_rthdr !
[all...]
H A Dip6_var.h183 struct mbuf *ip6e_rthdr; member in struct:ip6_exthdrs

Completed in 25 milliseconds