Searched defs:dstinforeq (Results 1 – 1 of 1) sorted by relevance
102 struct dstinforeq { struct103 in6_addr_t dir_daddr; /* destination address */104 in6_addr_t dir_saddr; /* source address for daddr */105 in6addr_scope_t dir_dscope; /* destination scope */106 in6addr_scope_t dir_sscope; /* source scope */107 t_uscalar_t dir_dmactype; /* dl_mac_type of output inf */108 uint32_t dir_precedence; /* destination precedence */109 uint8_t dir_dreachable : 1, /* is destination reachable? */110 dir_sdeprecated : 1, /* is source deprecated? */111 dir_labelmatch: 1, /* src and dst labels match? */[all …]