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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
/netgear-R7000-V1.0.7.12_1.2.5/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 Dresolv_token.c593 static FILE *dhcp6_resolv_file; variable
875 {fprintf(dhcp6_resolv_file, rvyytext);
881 {fprintf(dhcp6_resolv_file, rvyytext);}
886 {fprintf(dhcp6_resolv_file, rvyytext);
892 {fprintf(dhcp6_resolv_file, rvyytext);
904 fprintf(dhcp6_resolv_file, rvyytext);
923 {fprintf(dhcp6_resolv_file, rvyytext); BEGIN INITIAL;}
929 fprintf(dhcp6_resolv_file, rvyytext);
943 {fprintf(dhcp6_resolv_file, rvyytext); BEGIN INITIAL;}
948 {fprintf(dhcp6_resolv_file, rvyytex
[all...]
H A Ddhcp6c.c114 FILE *dhcp6_resolv_file; variable

Completed in 142 milliseconds