HomeSort by: relevance | last modified time | path
    Searched defs:ht_flag (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.c 162 int ht_flag;/* Uses DP_xx bits */ member in struct:hostlist
1424 hp->ht_flag |= DP_KERB;
1426 hp->ht_flag |= DP_NORESMNT;
1481 hp->ht_flag |= DP_KERB;
1483 hp->ht_flag |= DP_NORESMNT;
1680 (hp->ht_flag | DP_HOSTSET);
1690 *hostsetp = (hp->ht_flag | DP_HOSTSET);
1949 hp->ht_flag = 0;
mountd.c 162 int ht_flag;/* Uses DP_xx bits */ member in struct:hostlist
1424 hp->ht_flag |= DP_KERB;
1426 hp->ht_flag |= DP_NORESMNT;
1481 hp->ht_flag |= DP_KERB;
1483 hp->ht_flag |= DP_NORESMNT;
1680 (hp->ht_flag | DP_HOSTSET);
1690 *hostsetp = (hp->ht_flag | DP_HOSTSET);
1949 hp->ht_flag = 0;

Completed in 59 milliseconds