• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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));
134 static int client6_recvadvert __P((struct dhcp6_if *, struct dhcp6 *,
136 static int client6_recvreply __P((struct dhcp6_if *, struct dhcp6 *,
139 static struct dhcp6_event *find_event_withid __P((struct dhcp6_if *,
144 static void setup_check_timer __P((struct dhcp6_if *));
406 struct dhcp6_if *ifp;
551 struct dhcp6_if *ifp = dhcp6_if;
653 free_resources(struct dhcp6_if *ifp)
697 client6_send_newstate(dhcp6_if, DHCP6S_RELEASE);
700 free_resources(dhcp6_if);
710 client6_send_newstate(dhcp6_if, DHCP6S_RELEASE);
713 free_resources(dhcp6_if);
721 client6_send_newstate(dhcp6_if, DHCP6S_RELEASE);
724 free_resources(dhcp6_if);
767 struct dhcp6_if *ifp;
918 struct dhcp6_if *ifp;
960 struct dhcp6_if *ifp;
1274 struct dhcp6_if *ifp;
1419 struct dhcp6_if *ifp;
1516 struct dhcp6_if *ifp;
1654 struct dhcp6_if *ifp;
1669 struct dhcp6_if *ifp;
1709 struct dhcp6_if *ifp;
1728 struct dhcp6_if *ifp;
2033 struct dhcp6_if *ifp;
2073 struct dhcp6_if *ifp;
2124 static void setup_check_timer(struct dhcp6_if *ifp)
2151 struct dhcp6_if *ifp = (struct dhcp6_if *)arg;
2174 struct dhcp6_if *ifp = (struct dhcp6_if *)arg;
2211 struct dhcp6_if *ifp = (struct dhcp6_if *)arg;
2217 strncpy(ifr.ifr_name, dhcp6_if->ifname, IFNAMSIZ);