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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c574 struct solaris_netdev_sdmap *snsp; local
586 snsp = map;
587 for (i = 0; snsp[i].sns_val != NULL; i++) {
588 if (strstr(buffer, snsp[i].sns_val) != NULL)
589 *features |= snsp[i].sns_feature;

Completed in 34 milliseconds