Home
last modified time | relevance | path

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

/trueos/lib/libtacplus/
HDtaclib.c449 if (h->srvr_pos != len) { in get_srvr_end()
452 h->srvr_pos, len); in get_srvr_end()
462 if (h->srvr_pos + len > ntohl(h->response.length)) { in get_srvr_str()
464 "(%lu > %lu)", field, (u_long)(h->srvr_pos + len), in get_srvr_str()
468 ss->data = len != 0 ? h->response.u.body + h->srvr_pos : NULL; in get_srvr_str()
470 h->srvr_pos += len; in get_srvr_str()
1094 h->srvr_pos = offsetof(struct tac_authen_reply, rest[0]); in tac_send_authen()
1151 h->srvr_pos = offsetof(struct tac_author_response, rest[0]) + in tac_send_author()
1209 h->srvr_pos = offsetof(struct tac_acct_reply, rest[0]); in tac_send_acct()
HDtaclib_private.h193 int srvr_pos; /* Scan position in response body */ member