Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_dummynet.h185 struct ip6_exthdrs dn_exthdrs; /* for ip6_output */ member
H A Dip_dummynet.c1657 bcopy(fwa->fwa_exthdrs, &pkt->dn_exthdrs, sizeof(pkt->dn_exthdrs)); in dummynet_io()
/xnu-11215.1.10/bsd/netinet6/
H A Dip6_output.c410 bcopy(&dn_tag->dn_exthdrs, &exthdrs, sizeof(exthdrs)); in ip6_output_list()