Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_output.c3453 #define PKTOPT_EXTHDRCPY(t, f) do { \ macro
3500 PKTOPT_EXTHDRCPY(struct ip6_hbh*, ip6po_hbh); in copypktopts()
3501 PKTOPT_EXTHDRCPY(struct ip6_dest*, ip6po_dest1); in copypktopts()
3502 PKTOPT_EXTHDRCPY(struct ip6_dest*, ip6po_dest2); in copypktopts()
3503 PKTOPT_EXTHDRCPY(struct ip6_rthdr*, ip6po_rthdr); /* not copy the cached route */ in copypktopts()
3510 #undef PKTOPT_EXTHDRCPY