Searched refs:current_server (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Ddhcp6c.c623 ev->ifp->current_server = NULL;
825 ifp->current_server = select_server(ifp);
826 if (ifp->current_server == NULL) {
945 if (ifp->current_server == NULL) {
952 if (ifp->current_server == NULL) {
959 if (ifp->current_server == NULL) {
1032 if (&ifp->current_server->optinfo == NULL)
1035 duidstr(&ifp->current_server->optinfo.serverID));
1037 &ifp->current_server->optinfo.serverID)) {
1101 /* Should copy 'current_server'
[all...]
H A Dconfig.h113 struct dhcp6_serverinfo *current_server; member in struct:dhcp6_if

Completed in 35 milliseconds