Searched refs:dhcp6_if (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dra_token.l63 extern struct dhcp6_if *dhcp6_if;
88 <S_CNF>{ifname} {if (strcmp(rayytext, dhcp6_if->ifname))
96 <S_INDEX>{number} {if (atoi(rayytext) != dhcp6_if->ifid)
126 if (dhcp6_if->ralist == NULL) {
127 dhcp6_if->ralist = rainfo;
130 ri_prev = dhcp6_if->ralist;
131 for (ri = dhcp6_if->ralist; ri; ri = ri->next) {
134 dhcp6_if->ralist = rainfo;
H A Dresolv_token.l65 extern struct dhcp6_if *dhcp6_if;
113 if (dhcp6_if->dnslist.domainlist == NULL)
114 dhcp6_if->dnslist.domainlist = domainname;
116 for (temp = dhcp6_if->dnslist.domainlist; temp; temp = temp->next) {
132 if (dhcp6_add_listval(&dhcp6_if->dnslist.addrlist,
156 TAILQ_INIT(&dhcp6_if->dnslist.addrlist);
157 dhcp6_if->dnslist.domainlist = NULL;
224 for (lv = TAILQ_FIRST(&dhcp6_if->dnslist.addrlist); lv;
257 if (dhcp6_if
[all...]
H A Dcommon.h64 extern struct dhcp6_event *dhcp6_create_event __P((struct dhcp6_if *, int));
110 extern struct dhcp6_if *find_ifconfbyname __P((const char *));
111 extern struct dhcp6_if *find_ifconfbyid __P((unsigned int));
H A Dconfig.h64 struct dhcp6_if { struct
65 struct dhcp6_if *next;
122 struct dhcp6_if *ifp;
304 extern struct dhcp6_if *dhcp6_if;
319 extern int get_if_rainfo(struct dhcp6_if *ifp);
H A Ddhcp6c.c121 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 *));
[all...]
H A Ddad_token.l71 extern struct dhcp6_if *dhcp6_if;
136 if (strcmp(ifyytext, dhcp6_if->ifname)) {
H A Dlease.h78 struct dhcp6_if *ifp;
116 extern int dhcp6_get_prefixlen __P((struct in6_addr *, struct dhcp6_if *));
H A Dradvd_token.l74 extern struct dhcp6_if *dhcp6_if;
117 if ( ( ( (requested_if = get_if_option(&(dhcp6_if->option_list),
124 ||((requested_if == 0L) && (strcmp(yytext, dhcp6_if->ifname)==0))
H A Dnetlink.c53 struct dhcp6_if *ifp)
134 struct dhcp6_if *ifp)
274 netlink_recv_rtgenmsg(int sd, int request, int seq, struct dhcp6_if *ifp)
336 get_if_rainfo(struct dhcp6_if *ifp)
H A Ddhcp6s.c127 static int server6_react_message __P((struct dhcp6_if *,
131 static int server6_send __P((int, struct dhcp6_if *, struct dhcp6 *,
145 extern struct link_decl *dhcp6_allocate_link __P((struct dhcp6_if *, struct rootgroup *,
147 extern struct host_decl *dhcp6_allocate_host __P((struct dhcp6_if *, struct rootgroup *,
533 struct dhcp6_if *ifp;
660 struct dhcp6_if *ifp;
1045 struct dhcp6_if *ifp;
H A Dclient6_addr.c62 int dhcp6_get_prefixlen __P((struct in6_addr *, struct dhcp6_if *));
72 extern void free_servers __P((struct dhcp6_if *));
138 dhcp6_get_prefixlen(&lv->val_dhcp6addr.addr, dhcp6_if);
411 dhcp6_get_prefixlen(&lv->val_dhcp6addr.addr, dhcp6_if);
763 struct dhcp6_if *ifp = client6_iaidaddr.ifp;
H A Dcommon.c84 struct dhcp6_if *dhcp6_if; variable in typeref:struct:dhcp6_if
111 struct dhcp6_if *
114 struct dhcp6_if *ifp;
116 for (ifp = dhcp6_if; ifp; ifp = ifp->next) {
124 struct dhcp6_if *
127 struct dhcp6_if *ifp;
129 for (ifp = dhcp6_if; ifp; ifp = ifp->next) {
155 struct dhcp6_if *ifp;
192 ifp->next = dhcp6_if;
[all...]
H A Dserver6_addr.c73 struct link_decl *dhcp6_allocate_link __P((struct dhcp6_if *, struct rootgroup *,
75 struct host_decl *dhcp6_allocate_host __P((struct dhcp6_if *, struct rootgroup *,
893 struct dhcp6_if *ifp;
914 struct dhcp6_if *ifp;
H A Dlease.c380 struct dhcp6_if *ifp;
H A Dconfig.c467 struct dhcp6_if *ifp;

Completed in 107 milliseconds