Home
last modified time | relevance | path

Searched defs:dn_pkt_tag (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.61.5/bsd/netinet/
H A Dip_dummynet.h159 struct dn_pkt_tag { struct
160 void *dn_pf_rule; /* matching PF rule */
161 int dn_dir; /* action when packet comes out. */
167 dn_key dn_output_time; /* when the pkt is due for delivery */
168 struct ifnet *dn_ifp; /* interface, for ip[6]_output */
169 union {
172 } dn_dst_;
175 union {
178 } dn_ro_;
181 struct route_in6 dn_ro6_pmtu; /* for ip6_output */
[all …]