Searched refs:GET_IP6EXTHDR (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | ip6_output.c | 211 #define GET_IP6EXTHDR(s, t, f) \ macro 557 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_hbh*, ip6po_hbh), &exthdrs.ip6e_hbh); in ip6_output_list() 570 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_dest*, ip6po_dest1), &exthdrs.ip6e_dest1); in ip6_output_list() 573 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_rthdr*, ip6po_rthdr), &exthdrs.ip6e_rthdr); in ip6_output_list() 575 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_dest*, ip6po_dest2), &exthdrs.ip6e_dest2); in ip6_output_list() 3413 bcopy(GET_IP6EXTHDR(src, t, f), \ 3414 GET_IP6EXTHDR(dst, t, f), \
|