Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dnhops.c343 struct nhops_map *nh_map; in dump_nhops_sysctl() local
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()
380 nh_map[nh_count].idx = nh->nh_idx; in dump_nhops_sysctl()
381 nh_map[nh_count].rtm = rtm; in dump_nhops_sysctl()
386 qsort(nh_map, nh_count, sizeof(struct nhops_map), cmp_nh_idx); in dump_nhops_sysctl()
389 nd->nh_map = nh_map; in dump_nhops_sysctl()
405 nh = (struct nhop_external *)(nd.nh_map[0].rtm + 1); in print_nhops_sysctl()
424 rtm = nd.nh_map[i].rtm; in print_nhops_sysctl()
H A Dnhgrp.c246 nd->nh_map = nhg_map; in dump_nhgrp_sysctl()
269 rtm = nd.nh_map[i].rtm; in print_nhgrp_sysctl()
318 rtm = nd.nh_map[i].rtm; in prepare_nh_map()
H A Dcommon.h80 struct nhops_map *nh_map; member