Symbol: ipmp_arpent_t
usr/src/uts/common/inet/ip.h
3408
extern ipmp_arpent_t *ipmp_illgrp_create_arpent(ipmp_illgrp_t *,
usr/src/uts/common/inet/ip.h
3410
extern void ipmp_illgrp_destroy_arpent(ipmp_illgrp_t *, ipmp_arpent_t *);
usr/src/uts/common/inet/ip.h
3411
extern ipmp_arpent_t *ipmp_illgrp_lookup_arpent(ipmp_illgrp_t *, ipaddr_t *);
usr/src/uts/common/inet/ip.h
3413
extern void ipmp_illgrp_mark_arpent(ipmp_illgrp_t *, ipmp_arpent_t *);
usr/src/uts/common/inet/ip/ip_if.c
8194
ipmp_arpent_t *entp = NULL;
usr/src/uts/common/inet/ip/ipmp.c
1227
ipmp_arpent_t *entp;
usr/src/uts/common/inet/ip/ipmp.c
554
list_create(&illg->ig_arpent, sizeof (ipmp_arpent_t),
usr/src/uts/common/inet/ip/ipmp.c
555
offsetof(ipmp_arpent_t, ia_node));
usr/src/uts/common/inet/ip/ipmp.c
603
ipmp_arpent_t *entp;
usr/src/uts/common/inet/ip/ipmp.c
837
ipmp_arpent_t *
usr/src/uts/common/inet/ip/ipmp.c
841
ipmp_arpent_t *entp, *oentp;
usr/src/uts/common/inet/ip/ipmp.c
845
if ((entp = kmem_alloc(sizeof (ipmp_arpent_t) + lladdr_len,
usr/src/uts/common/inet/ip/ipmp.c
873
ipmp_illgrp_destroy_arpent(ipmp_illgrp_t *illg, ipmp_arpent_t *entp)
usr/src/uts/common/inet/ip/ipmp.c
878
kmem_free(entp, sizeof (ipmp_arpent_t) + entp->ia_lladdr_len);
usr/src/uts/common/inet/ip/ipmp.c
887
ipmp_illgrp_mark_arpent(ipmp_illgrp_t *illg, ipmp_arpent_t *entp)
usr/src/uts/common/inet/ip/ipmp.c
896
ipmp_arpent_t *
usr/src/uts/common/inet/ip/ipmp.c
899
ipmp_arpent_t *entp = list_head(&illg->ig_arpent);
usr/src/uts/common/inet/ip/ipmp.c
922
ipmp_arpent_t *entp;