Searched refs:MAKE_EXTHDR (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | ip6_output.c | 563 #define MAKE_EXTHDR(hp, mp) do { \ in ip6_output_list() macro 575 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_hbh*, ip6po_hbh), &exthdrs.ip6e_hbh); in ip6_output_list() 588 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_dest*, ip6po_dest1), &exthdrs.ip6e_dest1); in ip6_output_list() 591 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_rthdr*, ip6po_rthdr), &exthdrs.ip6e_rthdr); in ip6_output_list() 593 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_dest*, ip6po_dest2), &exthdrs.ip6e_dest2); in ip6_output_list() 596 #undef MAKE_EXTHDR in ip6_output_list()
|