Home
last modified time | relevance | path

Searched refs:IPQOS_CONF_FALSE_STR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h154 #define IPQOS_CONF_FALSE_STR "false" macro
H A Dipqosconf.c4614 } else if (strcasecmp(str, IPQOS_CONF_FALSE_STR) == 0) { in readbool()