Searched defs:attr_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c54 static fattr_desc_t attr_table[] = { variable
63 #define DLADM_MAX_FLOWATTRS (sizeof (attr_table) / sizeof (fattr_desc_t))
206 attr_table[j].ad_name) == 0) {
216 * attr_table, then it's an invalid attribute.
239 fattr_desc_t *adp = &attr_table[j];
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c224 static const char *attr_table[] = variable
228 #define NATTR (sizeof (attr_table)/sizeof (char *))
302 if (strlen(attr) == strlen(attr_table[i]) &&
303 strncmp(attr, attr_table[i], strlen(attr_table[i])) == 0) {

Completed in 74 milliseconds