Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dnhops.c299 if (nh->aifindex < (uint32_t)ifmap_size && nh->ifindex != nh->aifindex) { in print_nhop_entry_sysctl()
300 strlcpy(iface_name, ifmap[nh->aifindex].ifname, in print_nhop_entry_sysctl()
/freebsd/sys/net/route/
H A Dnhop.h242 uint32_t aifindex; /* address ifindex */ member
H A Dnhop_ctl.c1216 pnhe->aifindex = nh->nh_aifp->if_index; in dump_nhop_entry()