Home
last modified time | relevance | path

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

/freebsd/lib/libtacplus/
H A Dtaclib_private.h101 u_int8_t av_cnt; member
107 u_int8_t av_cnt; member
122 u_int8_t av_cnt; member
H A Dtaclib.c1068 for (areq->av_cnt=0, i=0; i<MAXAVPAIRS; i++) in tac_send_author()
1070 areq->av_cnt++; in tac_send_author()
1076 h->request.length = ntohl(htonl(h->request.length) + areq->av_cnt); in tac_send_author()
1100 ares->av_cnt; in tac_send_author()
1109 for (i=0; i<ares->av_cnt; i++) { in tac_send_author()
1138 for (as->av_cnt = 0, i = 0; i < MAXAVPAIRS; i++) in tac_send_acct()
1140 as->av_cnt++; in tac_send_acct()
1141 h->request.length = ntohl(htonl(h->request.length) + as->av_cnt); in tac_send_acct()