Home
last modified time | relevance | path

Searched refs:ifaf_vhid (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ifconfig/
H A Daf_inet.c184 if (ifa->ifaf_vhid != 0) in in_status_nl()
185 printf(" vhid %d", ifa->ifaf_vhid); in in_status_nl()
H A Daf_inet6.c406 if (ifa->ifaf_vhid != 0) in in6_status_nl()
407 printf(" vhid %d", ifa->ifaf_vhid); in in6_status_nl()
/freebsd/sys/netlink/route/
H A Diface.c718 uint32_t ifaf_vhid; member
752 { .type = IFAF_VHID, .off = _OUT(ifaf_vhid), .cb = nlattr_get_uint32 },
1187 .ifra_vhid = attrs->ifaf_vhid, in handle_newaddr_inet()
1271 .ifra_vhid = attrs->ifaf_vhid, in handle_newaddr_inet6()
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h300 uint32_t ifaf_vhid; member
307 { .type = IFAF_VHID, .off = _OUT(ifaf_vhid), .cb = snl_attr_get_uint32 },