nhop_map
struct nhop_map;
void nhop_map_update(struct nhop_map *map, uint32_t idx, char *gw, char *ifname);
static struct nhop_map global_nhop_map;
nhop_get(struct nhop_map *map, uint32_t idx)
static struct nhop_map global_nhop_map;
static struct nhop_entry *nhop_get(struct nhop_map *map, uint32_t idx);
nhop_map_update(struct nhop_map *map, uint32_t idx, char *gw, char *ifname)
nhop_get(struct nhop_map *map, uint32_t idx)