• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/

Lines Matching refs:dhcp6_if

121 void free_servers __P((struct dhcp6_if *));
122 static void free_resources __P((struct dhcp6_if *));
126 static struct dhcp6_serverinfo *find_server __P((struct dhcp6_if *,
128 static struct dhcp6_serverinfo *allocate_newserver __P((struct dhcp6_if *, struct dhcp6_optinfo *));
129 static struct dhcp6_serverinfo *select_server __P((struct dhcp6_if *));
131 int client6_send_newstate __P((struct dhcp6_if *, int));
133 static int client6_recvadvert __P((struct dhcp6_if *, struct dhcp6 *,
135 static int client6_recvreply __P((struct dhcp6_if *, struct dhcp6 *,
138 static struct dhcp6_event *find_event_withid __P((struct dhcp6_if *,
143 static void setup_check_timer __P((struct dhcp6_if *));
405 struct dhcp6_if *ifp;
550 struct dhcp6_if *ifp = dhcp6_if;
652 free_resources(struct dhcp6_if *ifp)
696 client6_send_newstate(dhcp6_if, DHCP6S_RELEASE);
699 free_resources(dhcp6_if);
709 client6_send_newstate(dhcp6_if, DHCP6S_RELEASE);
712 free_resources(dhcp6_if);
720 client6_send_newstate(dhcp6_if, DHCP6S_RELEASE);
723 free_resources(dhcp6_if);
766 struct dhcp6_if *ifp;
917 struct dhcp6_if *ifp;
959 struct dhcp6_if *ifp;
1273 struct dhcp6_if *ifp;
1418 struct dhcp6_if *ifp;
1515 struct dhcp6_if *ifp;
1653 struct dhcp6_if *ifp;
1668 struct dhcp6_if *ifp;
1708 struct dhcp6_if *ifp;
1727 struct dhcp6_if *ifp;
2066 struct dhcp6_if *ifp;
2106 struct dhcp6_if *ifp;
2157 static void setup_check_timer(struct dhcp6_if *ifp)
2184 struct dhcp6_if *ifp = (struct dhcp6_if *)arg;
2224 struct dhcp6_if *ifp = (struct dhcp6_if *)arg;
2262 struct dhcp6_if *ifp = (struct dhcp6_if *)arg;
2268 strncpy(ifr.ifr_name, dhcp6_if->ifname, IFNAMSIZ);