Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dcommon.h58 struct nhops_map { struct
65 struct nhops_map *nh_map; argument
H A Dnhgrp.c183 const struct nhops_map *a, *b; in cmp_nhg_idx()
203 struct nhops_map *nhg_map; in dump_nhgrp_sysctl()
228 nhg_map = calloc(nhg_size, sizeof(struct nhops_map)); in dump_nhgrp_sysctl()
236 nhg_map = realloc(nhg_map, nhg_size * sizeof(struct nhops_map)); in dump_nhgrp_sysctl()
246 qsort(nhg_map, nhg_count, sizeof(struct nhops_map), cmp_nhg_idx); in dump_nhgrp_sysctl()
H A Dnhops.c331 const struct nhops_map *a, *b; in cmp_nh_idx()
351 struct nhops_map *nh_map; in dump_nhops_sysctl()
376 nh_map = calloc(nh_size, sizeof(struct nhops_map)); in dump_nhops_sysctl()
384 nh_map = realloc(nh_map, nh_size * sizeof(struct nhops_map)); in dump_nhops_sysctl()
394 qsort(nh_map, nh_count, sizeof(struct nhops_map), cmp_nh_idx); in dump_nhops_sysctl()