Home
last modified time | relevance | path

Searched refs:PKTOPT_EXTHDRCPY (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_output.c3406 #define PKTOPT_EXTHDRCPY(t, f) do { \ macro
3453 PKTOPT_EXTHDRCPY(struct ip6_hbh*, ip6po_hbh); in copypktopts()
3454 PKTOPT_EXTHDRCPY(struct ip6_dest*, ip6po_dest1); in copypktopts()
3455 PKTOPT_EXTHDRCPY(struct ip6_dest*, ip6po_dest2); in copypktopts()
3456 PKTOPT_EXTHDRCPY(struct ip6_rthdr*, ip6po_rthdr); /* not copy the cached route */ in copypktopts()
3463 #undef PKTOPT_EXTHDRCPY