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

/freebsd-10.0-release/lib/libtacplus/
H A Dtaclib_private.h123 u_int8_t av_cnt; member in struct:tac_author_request
129 u_int8_t av_cnt; member in struct:tac_author_response
144 u_int8_t av_cnt; member in struct:tac_acct_start
H A Dtaclib.c1121 for (areq->av_cnt=0, i=0; i<MAXAVPAIRS; i++)
1123 areq->av_cnt++;
1126 * Each AV size is a byte starting right after 'av_cnt'. Update the
1129 h->request.length = ntohl(htonl(h->request.length) + areq->av_cnt);
1152 ares->av_cnt;
1161 for (i=0; i<ares->av_cnt; i++) {
1176 return ares->av_cnt << 8 | ares->status;
1189 for (as->av_cnt = 0, i = 0; i < MAXAVPAIRS; i++)
1191 as->av_cnt++;
1192 h->request.length = ntohl(htonl(h->request.length) + as->av_cnt);
[all...]

Completed in 62 milliseconds