Searched refs:nhops_map (Results 1 – 3 of 3) sorted by relevance
| /src/usr.bin/netstat/ |
| H A D | nhgrp.c | 180 const struct nhops_map *a, *b; in cmp_nhg_idx() 200 struct nhops_map *nhg_map; in dump_nhgrp_sysctl() 225 nhg_map = calloc(nhg_size, sizeof(struct nhops_map)); in dump_nhgrp_sysctl() 233 nhg_map = realloc(nhg_map, nhg_size * sizeof(struct nhops_map)); in dump_nhgrp_sysctl() 243 qsort(nhg_map, nhg_count, sizeof(struct nhops_map), cmp_nhg_idx); in dump_nhgrp_sysctl()
|
| H A D | common.h | 73 struct nhops_map { struct 80 struct nhops_map *nh_map; argument
|
| H A D | nhops.c | 323 const struct nhops_map *a, *b; in cmp_nh_idx() 343 struct nhops_map *nh_map; in dump_nhops_sysctl() 368 nh_map = calloc(nh_size, sizeof(struct nhops_map)); in dump_nhops_sysctl() 376 nh_map = realloc(nh_map, nh_size * sizeof(struct nhops_map)); in dump_nhops_sysctl() 386 qsort(nh_map, nh_count, sizeof(struct nhops_map), cmp_nh_idx); in dump_nhops_sysctl()
|