Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip6_asp.h100 struct dstinforeq { struct
101 in6_addr_t dir_daddr; /* destination address */
102 in6_addr_t dir_saddr; /* source address for daddr */
103 in6addr_scope_t dir_dscope; /* destination scope */
104 in6addr_scope_t dir_sscope; /* source scope */
105 t_uscalar_t dir_dmactype; /* dl_mac_type of output inf */
106 uint32_t dir_precedence; /* destination precedence */
107 uint8_t dir_dreachable : 1, /* is destination reachable? */
108 dir_sdeprecated : 1, /* is source deprecated? */
109 dir_labelmatch: 1, /* src and dst labels match? */
[all …]