Home
last modified time | relevance | path

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

/freebsd/lib/libtacplus/
H A Dtaclib.c451 if (h->srvr_pos != len) { in get_srvr_end()
454 h->srvr_pos, len); in get_srvr_end()
464 if (h->srvr_pos + len > ntohl(h->response.length)) { in get_str()
466 "(%lu > %lu)", field, (u_long)(h->srvr_pos + len), in get_str()
470 ss->data = len != 0 ? h->response.u.body + h->srvr_pos : NULL; in get_str()
472 h->srvr_pos += len; in get_str()
1040 h->srvr_pos = offsetof(struct tac_authen_reply, rest[0]); in tac_send_authen()
1099 h->srvr_pos = offsetof(struct tac_author_response, rest[0]) + in tac_send_author()
1158 h->srvr_pos = offsetof(struct tac_acct_reply, rest[0]); in tac_send_acct()
H A Dtaclib_private.h180 int srvr_pos; /* Scan position in response body */ member