Searched refs:ifaf_vhid (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/ifconfig/ |
H A D | af_inet.c | 184 if (ifa->ifaf_vhid != 0) in in_status_nl() 185 printf(" vhid %d", ifa->ifaf_vhid); in in_status_nl()
|
H A D | af_inet6.c | 406 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 D | iface.c | 718 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 D | netlink_snl_route_parsers.h | 300 uint32_t ifaf_vhid; member 307 { .type = IFAF_VHID, .off = _OUT(ifaf_vhid), .cb = snl_attr_get_uint32 },
|