Home
last modified time | relevance | path

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

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