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,
48 static void adv_prefix_print(struct adv_prefix *adv_pr);49 static void adv_prefix_insert(struct phyint *pi, struct adv_prefix *adv_pr);50 static void adv_prefix_delete(struct adv_prefix *adv_pr);577 struct adv_prefix *adv_pr; in phyint_print()1921 struct adv_prefix *1924 struct adv_prefix *adv_pr; in adv_prefix_lookup()1945 struct adv_prefix *1948 struct adv_prefix *adv_pr; in adv_prefix_create()1956 adv_pr = (struct adv_prefix *)calloc(sizeof (struct adv_prefix), 1); in adv_prefix_create()1973 adv_prefix_insert(struct phyint *pi, struct adv_prefix *adv_pr) in adv_prefix_insert()[all …]
214 struct adv_prefix *adv_pr; in advertise()1213 struct adv_prefix *adv_pr; in run_timeouts()1214 struct adv_prefix *next_adv_pr; in run_timeouts()
646 struct adv_prefix *adv_pr; in parse_prefix()
1354 struct adv_prefix *adv_pr; in verify_prefix_opt()