Searched refs:dstopts (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Ddest6.c66 struct ip6_dest *dstopts; local
71 IP6_EXTHDR_CHECK(m, off, sizeof(*dstopts), IPPROTO_DONE);
72 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
74 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
75 if (dstopts == NULL)
78 dstoptlen = (dstopts->ip6d_len + 1) << 3;
82 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
84 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
85 if (dstopts
[all...]
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dippool_y.y89 %type <num> role table inout unit dstopts weighting
435 IPT_POOL unit '/' IPT_DSTLIST '(' name ';' dstopts ')'
553 dstopts: label

Completed in 106 milliseconds