Searched refs:IFNAME (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dcp.tab.h43 IFNAME = 259, enumerator in enum:yytokentype
83 #define IFNAME 259 macro
H A Dsf.tab.h43 IFNAME = 259, enumerator in enum:yytokentype
85 #define IFNAME 259 macro
H A Dclient6_parse.y94 %token INTERFACE IFNAME IPV6ADDR
112 %type <str> IFNAME STRING
129 INTERFACE IFNAME BCL declarations ECL EOS
H A Dserver6_token.l88 <S_IFACE>{ifname} { BEGIN INITIAL; sfyylval.str = strdup(sfyytext); return IFNAME;}
H A Dclient6_token.l124 return (IFNAME);
H A Dserver6_parse.c78 IFNAME = 259, enumerator in enum:yytokentype
120 #define IFNAME 259 macro
594 "$end", "error", "$undefined", "INTERFACE", "IFNAME", "PREFIX", "LINK",
H A Dserver6_parse.y75 %token <str> INTERFACE IFNAME
165 : INTERFACE IFNAME
H A Dclient6_parse.c78 IFNAME = 259, enumerator in enum:yytokentype
118 #define IFNAME 259 macro
579 "$end", "error", "$undefined", "INTERFACE", "IFNAME", "IPV6ADDR",
H A Dclient6_token.c1044 return (IFNAME);
H A Dserver6_token.c1108 { BEGIN INITIAL; sfyylval.str = strdup(sfyytext); return IFNAME;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dclient6_parse.y94 %token INTERFACE IFNAME IPV6ADDR
112 %type <str> IFNAME STRING
129 INTERFACE IFNAME BCL declarations ECL EOS
H A Dserver6_token.l88 <S_IFACE>{ifname} { BEGIN INITIAL; sfyylval.str = strdup(sfyytext); return IFNAME;}
H A Dclient6_token.l124 return (IFNAME);
H A Dserver6_parse.y75 %token <str> INTERFACE IFNAME
165 : INTERFACE IFNAME

Completed in 172 milliseconds