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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c421 size_t tupcnt, nalloc; local
516 tupcnt = 0;
522 if (tupcnt == nalloc) {
544 case 0: socktuples[tupcnt].sofst_family = val; break;
545 case 1: socktuples[tupcnt].sofst_type = val; break;
546 case 2: socktuples[tupcnt].sofst_protocol = val; break;
555 tupcnt++;
557 if (tupcnt == 0) {
562 filprop.sfp_socktuple_cnt = tupcnt;

Completed in 78 milliseconds