Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h210 enum msg_type { MT_ERROR, MT_WARNING, MT_LOG, MT_ENOSTR }; enumerator
H A Dipqosconf.c352 if ((use_syslog && (msgt != MT_WARNING)) || msgt == MT_LOG) { in ipqos_msg()
392 } else if (msgt == MT_WARNING) { in ipqos_msg()
4601 ipqos_msg(MT_WARNING, gettext("Invalid interface")); in readifindex()