Home
last modified time | relevance | path

Searched refs:ig_arpent (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c554 list_create(&illg->ig_arpent, sizeof (ipmp_arpent_t), in ipmp_illgrp_create()
578 ASSERT(list_is_empty(&illg->ig_arpent)); in ipmp_illgrp_destroy()
590 list_destroy(&illg->ig_arpent); in ipmp_illgrp_destroy()
865 list_insert_head(&illg->ig_arpent, entp); in ipmp_illgrp_create_arpent()
877 list_remove(&illg->ig_arpent, entp); in ipmp_illgrp_destroy_arpent()
899 ipmp_arpent_t *entp = list_head(&illg->ig_arpent); in ipmp_illgrp_lookup_arpent()
906 for (; entp != NULL; entp = list_next(&illg->ig_arpent, entp)) in ipmp_illgrp_lookup_arpent()
930 entp = list_head(&illg->ig_arpent); in ipmp_illgrp_refresh_arpent()
931 for (; entp != NULL; entp = list_next(&illg->ig_arpent, entp)) { in ipmp_illgrp_refresh_arpent()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1522 list_t ig_arpent; /* list of ARP entries */ member