Lines Matching refs:phyint

40 		    struct phyint *pi, struct sockaddr_in6 *from);
42 static void incoming_rs(struct phyint *pi, struct nd_router_solicit *rs,
45 void incoming_ra(struct phyint *pi, struct nd_router_advert *ra,
47 static void incoming_prefix_opt(struct phyint *pi, uchar_t *opt,
49 static void incoming_prefix_onlink(struct phyint *pi, uchar_t *opt);
52 static void incoming_prefix_stateful(struct phyint *, uchar_t *);
53 static boolean_t incoming_prefix_addrconf(struct phyint *pi,
56 boolean_t incoming_prefix_addrconf_process(struct phyint *pi,
60 static void incoming_mtu_opt(struct phyint *pi, uchar_t *opt,
62 static void incoming_lla_opt(struct phyint *pi, uchar_t *opt,
65 static void verify_ra_consistency(struct phyint *pi,
68 static void verify_prefix_opt(struct phyint *pi, uchar_t *opt,
70 static void verify_mtu_opt(struct phyint *pi, uchar_t *opt,
73 static void update_ra_flag(const struct phyint *pi,
96 in_data(struct phyint *pi)
287 incoming_rs(struct phyint *pi, struct nd_router_solicit *rs, int len,
317 dhcp_op(struct phyint *pi, int type)
354 start_dhcp(struct phyint *pi)
388 release_dhcp(struct phyint *pi)
433 incoming_ra(struct phyint *pi, struct nd_router_advert *ra, int len,
591 incoming_prefix_opt(struct phyint *pi, uchar_t *opt,
642 incoming_prefix_onlink(struct phyint *pi, uchar_t *opt)
726 incoming_prefix_stateful(struct phyint *pi, uchar_t *opt)
793 incoming_prefix_addrconf(struct phyint *pi, uchar_t *opt,
887 incoming_prefix_addrconf_process(struct phyint *pi, struct prefix *pr,
1150 incoming_mtu_opt(struct phyint *pi, uchar_t *opt,
1206 incoming_lla_opt(struct phyint *pi, uchar_t *opt,
1267 verify_ra_consistency(struct phyint *pi, struct nd_router_advert *ra, int len,
1350 verify_prefix_opt(struct phyint *pi, uchar_t *opt, char *frombuf)
1464 verify_mtu_opt(struct phyint *pi, uchar_t *opt, char *frombuf)
1492 struct phyint *pi, struct sockaddr_in6 *from)
1531 update_ra_flag(const struct phyint *pi, const struct sockaddr_in6 *from,