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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dhostacc.h51 * Host Access types, as stored in the ha_type field,
69 short ha_type; /* ALLOW | DENY */ member in struct:__anon285
H A Dhostacc.c114 iLineMatch = (ptHtmp->ha_type == ALLOW) ? 1 : 0;
236 ha_arr[iHaInd].ha_type = DENY;
240 ha_arr[iHaInd].ha_type = ALLOW;
319 ptHtmp < ha_arr + iHaSize && ptHtmp->ha_type;
321 ptHtmp->ha_type = 0;

Completed in 96 milliseconds