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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1378 boolean_t found_proto; local
1413 found_proto = B_FALSE;
1419 found_proto = B_TRUE;
1423 if (protolist == NULL || !found_proto) {
1429 found_proto = B_FALSE;
1435 found_proto = B_TRUE;
1439 if (protolist == NULL || !found_proto) {

Completed in 50 milliseconds