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

/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib.c50 static int add_str_8(struct tac_handle *, u_int8_t *,
91 add_str_8(struct tac_handle *h, u_int8_t *fld, struct clnt_str *cs) function
1071 if (add_str_8(h, &as->user_len, &h->user) == -1 ||
1072 add_str_8(h, &as->port_len, &h->port) == -1 ||
1073 add_str_8(h, &as->rem_addr_len, &h->rem_addr) == -1 ||
1074 add_str_8(h, &as->data_len, &h->data) == -1)
1132 if (add_str_8(h, &areq->user_len, &h->user) == -1 ||
1133 add_str_8(h, &areq->port_len, &h->port) == -1 ||
1134 add_str_8(h, &areq->rem_addr_len, &h->rem_addr) == -1)
1140 if (add_str_8(
[all...]

Completed in 33 milliseconds