Searched refs:add_str_8 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libtacplus/ |
H A D | taclib.c | 53 static int add_str_8(struct tac_handle *, u_int8_t *, 93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) in add_str_8() function 1017 if (add_str_8(h, &as->user_len, &h->user) == -1 || in tac_send_authen() 1018 add_str_8(h, &as->port_len, &h->port) == -1 || in tac_send_authen() 1019 add_str_8(h, &as->rem_addr_len, &h->rem_addr) == -1 || in tac_send_authen() 1020 add_str_8(h, &as->data_len, &h->data) == -1) in tac_send_authen() 1079 if (add_str_8(h, &areq->user_len, &h->user) == -1 || in tac_send_author() 1080 add_str_8(h, &areq->port_len, &h->port) == -1 || in tac_send_author() 1081 add_str_8(h, &areq->rem_addr_len, &h->rem_addr) == -1) in tac_send_author() 1087 if (add_str_8(h, &areq->rest[current++], in tac_send_author() [all …]
|