Home
last modified time | relevance | path

Searched refs:dir_dmactype (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip6_asp.h105 t_uscalar_t dir_dmactype; /* dl_mac_type of output inf */ member
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1977 if (da->dir_dmactype == db->dir_dmactype) in rule_native()
1980 isatun = da->dir_dmactype == DL_IPV4 || da->dir_dmactype == DL_IPV6; in rule_native()
1981 isbtun = db->dir_dmactype == DL_IPV4 || db->dir_dmactype == DL_IPV6; in rule_native()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c7963 dir->dir_dmactype = dst_ill->ill_mactype; in ip_sioctl_dstinfo()