adv_prefix
struct adv_prefix *adv_pr;
struct adv_prefix *adv_pr;
struct adv_prefix *next_adv_pr;
struct adv_prefix *adv_pr;
struct adv_prefix *adv_pr;
struct adv_prefix *
struct adv_prefix *adv_pr;
struct adv_prefix *
struct adv_prefix *adv_pr;
adv_pr = (struct adv_prefix *)calloc(sizeof (struct adv_prefix), 1);
adv_prefix_insert(struct phyint *pi, struct adv_prefix *adv_pr)
adv_prefix_delete(struct adv_prefix *adv_pr)
adv_prefix_timer(struct adv_prefix *adv_pr, uint_t elapsed)
adv_prefix_print(struct adv_prefix *adv_pr)
static void adv_prefix_print(struct adv_prefix *adv_pr);
static void adv_prefix_insert(struct phyint *pi, struct adv_prefix *adv_pr);
static void adv_prefix_delete(struct adv_prefix *adv_pr);
struct adv_prefix *adv_pr;
struct adv_prefix *adv_pr_next; /* Next prefix */
struct adv_prefix *adv_pr_prev; /* Prev prefix */
extern uint_t adv_prefix_timer(struct adv_prefix *adv_pr,
extern struct adv_prefix *adv_prefix_lookup(struct phyint *pi,
extern struct adv_prefix *adv_prefix_create(struct phyint *pi,
struct adv_prefix *pi_adv_prefix_list; /* Doubly linked adv.prefixes */