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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dvendorid.c53 const char *vendorid_strings[] = VENDORID_STRINGS; variable
78 vid.v = (char *) vendorid_strings[vendorid];
79 vid.l = strlen(vendorid_strings[vendorid]);
106 vid.v = (char *) vendorid_strings[i];
107 vid.l = strlen(vendorid_strings[i]);
120 vendorid_strings[i]);
H A Dvendorid.h59 extern const char *vendorid_strings[];

Completed in 55 milliseconds