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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dresolv_token.l68 static FILE *dhcp6_resolv_file;
94 {nl} {fprintf(dhcp6_resolv_file, yytext);
96 {whitespace} {fprintf(dhcp6_resolv_file, yytext);}
98 "nameserver" {fprintf(dhcp6_resolv_file, yytext);
100 "search" {fprintf(dhcp6_resolv_file, yytext);
109 fprintf(dhcp6_resolv_file, yytext);
125 <S_DOMAIN>. {fprintf(dhcp6_resolv_file, yytext); BEGIN INITIAL;}
128 fprintf(dhcp6_resolv_file, yytext);
138 <S_ADDR>. {fprintf(dhcp6_resolv_file, yytext); BEGIN INITIAL;}
139 . {fprintf(dhcp6_resolv_file, yytex
[all...]
H A Ddhcp6c.c114 FILE *dhcp6_resolv_file; variable

Completed in 85 milliseconds