Lines Matching refs:phyint

34 struct phyint *phyints = NULL;
37 static void phyint_print(struct phyint *pi);
38 static void phyint_insert(struct phyint *pi);
43 static void prefix_insert(struct phyint *pi, struct prefix *pr);
49 static void adv_prefix_insert(struct phyint *pi, struct adv_prefix *adv_pr);
53 static void router_insert(struct phyint *pi, struct router *dr);
62 struct phyint *
65 struct phyint *pi; in phyint_lookup()
77 struct phyint *
80 struct phyint *pi; in phyint_lookup_on_index()
92 struct phyint *
95 struct phyint *pi; in phyint_create()
101 pi = (struct phyint *)calloc(sizeof (struct phyint), 1); in phyint_create()
156 phyint_insert(struct phyint *pi) in phyint_insert()
173 phyint_init_from_k(struct phyint *pi) in phyint_init_from_k()
475 phyint_delete(struct phyint *pi) in phyint_delete()
520 phyint_timer(struct phyint *pi, uint_t elapsed) in phyint_timer()
574 phyint_print(struct phyint *pi) in phyint_print()
646 phyint_get_lla(struct phyint *pi, struct lifreq *lifrp) in phyint_get_lla()
682 phyint_reach_random(struct phyint *pi, boolean_t set_needed) in phyint_reach_random()
717 struct phyint *pi; in tmptoken_isvalid()
761 tmptoken_create(struct phyint *pi) in tmptoken_create()
828 tmptoken_delete(struct phyint *pi) in tmptoken_delete()
854 tmptoken_timer(struct phyint *pi, uint_t elapsed) in tmptoken_timer()
994 prefix_lookup(struct phyint *pi, struct in6_addr prefix, int prefixlen) in prefix_lookup()
1071 prefix_lookup_name(struct phyint *pi, char *name) in prefix_lookup_name()
1098 struct phyint *pi; in prefix_lookup_addr_match()
1126 prefix_create(struct phyint *pi, struct in6_addr prefix, int prefixlen, in prefix_create()
1162 prefix_create_name(struct phyint *pi, char *name) in prefix_create_name()
1183 prefix_insert(struct phyint *pi, struct prefix *pr) in prefix_insert()
1232 struct phyint *pi = pr->pr_physical; in prefix_init_from_k()
1369 struct phyint *pi; in prefix_delete()
1406 struct phyint *pi = pr->pr_physical; in prefix_modify_flags()
1491 struct phyint *pi = pr->pr_physical; in prefix_update_k()
1922 adv_prefix_lookup(struct phyint *pi, struct in6_addr prefix, int prefixlen) in adv_prefix_lookup()
1946 adv_prefix_create(struct phyint *pi, struct in6_addr prefix, int prefixlen) in adv_prefix_create()
1973 adv_prefix_insert(struct phyint *pi, struct adv_prefix *adv_pr) in adv_prefix_insert()
1991 struct phyint *pi; in adv_prefix_delete()
2060 router_lookup(struct phyint *pi, struct in6_addr addr) in router_lookup()
2084 router_create(struct phyint *pi, struct in6_addr addr, uint_t lifetime) in router_create()
2110 router_insert(struct phyint *pi, struct router *dr) in router_insert()
2128 struct phyint *pi; in router_delete()
2227 struct phyint *pi = dr->dr_physical; in router_add_k()
2271 struct phyint *pi = dr->dr_physical; in router_delete_k()
2319 struct phyint *pi; in phyint_print_all()
2327 phyint_cleanup(struct phyint *pi) in phyint_cleanup()
2355 struct phyint *pi = pr->pr_physical; in prefix_update_ipadm_addrobj()