Searched defs:castill (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c757 ill_t *castill; local
761 castill = illg->ig_cast_ill;
762 if (castill != NULL && ill_check_and_refhold(castill)) {
764 return (castill);
771 * Set the nominated cast ill on `illg' to `castill'. If `castill' is NULL,
775 ipmp_illgrp_set_cast(ipmp_illgrp_t *illg, ill_t *castill) argument
811 illg->ig_cast_ill = castill;
817 if (castill !
[all...]

Completed in 60 milliseconds