Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/netstat/
HDnhops.c301 if (nh->aifindex < (uint32_t)ifmap_size && nh->ifindex != nh->aifindex) { in print_nhop_entry_sysctl()
302 strlcpy(iface_name, ifmap[nh->aifindex].ifname, in print_nhop_entry_sysctl()
/freebsd-14-stable/sys/net/route/
HDnhop.h242 uint32_t aifindex; /* address ifindex */ member
HDnhop_ctl.c1216 pnhe->aifindex = nh->nh_aifp->if_index; in dump_nhop_entry()