Searched refs:adv_prefix (Results 1 – 5 of 5) sorted by relevance
54 struct adv_prefix *pi_adv_prefix_list; /* Doubly linked adv.prefixes */203 struct adv_prefix { struct204 struct adv_prefix *adv_pr_next; /* Next prefix */ argument205 struct adv_prefix *adv_pr_prev; /* Prev prefix */ argument284 extern uint_t adv_prefix_timer(struct adv_prefix *adv_pr,289 extern struct adv_prefix *adv_prefix_lookup(struct phyint *pi,291 extern struct adv_prefix *adv_prefix_create(struct phyint *pi,
46 static void adv_prefix_print(struct adv_prefix *adv_pr);47 static void adv_prefix_insert(struct phyint *pi, struct adv_prefix *adv_pr);48 static void adv_prefix_delete(struct adv_prefix *adv_pr);575 struct adv_prefix *adv_pr; in phyint_print()1919 struct adv_prefix *1922 struct adv_prefix *adv_pr; in adv_prefix_lookup()1943 struct adv_prefix *1946 struct adv_prefix *adv_pr; in adv_prefix_create()1954 adv_pr = (struct adv_prefix *)calloc(sizeof (struct adv_prefix), 1); in adv_prefix_create()1971 adv_prefix_insert(struct phyint *pi, struct adv_prefix *adv_pr) in adv_prefix_insert()[all …]
213 struct adv_prefix *adv_pr; in advertise()1208 struct adv_prefix *adv_pr; in run_timeouts()1209 struct adv_prefix *next_adv_pr; in run_timeouts()
648 struct adv_prefix *adv_pr; in parse_prefix()
1354 struct adv_prefix *adv_pr; in verify_prefix_opt()