Searched refs:GET_IP6EXTHDR (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | ip6_output.c | 213 #define GET_IP6EXTHDR(s, t, f) \ 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() 3460 bcopy(GET_IP6EXTHDR(src, t, f), \ 3461 GET_IP6EXTHDR(dst, t, f), \
|