Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet6/
H A Dip6_var.h141 struct ip6_pktopts { struct
142 uint32_t ip6po_valid;
152 int ip6po_hlim; /* Hoplimit for outgoing packets */
153 int ip6po_tclass; /* traffic class */
155 int ip6po_minmtu; /* fragment vs PMTU discovery policy */
160 int ip6po_prefer_tempaddr; /* whether temporary addresses are
166 int ip6po_flags;
174 struct mbuf *ip6po_m; /* Pointer to mbuf storing the data */
177 struct in6_pktinfo *ip6po_pktinfo;
180 struct ip6po_nhinfo ip6po_nhinfo;
[all …]