Searched refs:add_str_8 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/lib/libtacplus/ |
| HD | taclib.c | 54 static int add_str_8(struct tac_handle *, u_int8_t *, 94 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) in add_str_8() function 1018 if (add_str_8(h, &as->user_len, &h->user) == -1 || in tac_send_authen() 1019 add_str_8(h, &as->port_len, &h->port) == -1 || in tac_send_authen() 1020 add_str_8(h, &as->rem_addr_len, &h->rem_addr) == -1 || in tac_send_authen() 1021 add_str_8(h, &as->data_len, &h->data) == -1) in tac_send_authen() 1080 if (add_str_8(h, &areq->user_len, &h->user) == -1 || in tac_send_author() 1081 add_str_8(h, &areq->port_len, &h->port) == -1 || in tac_send_author() 1082 add_str_8(h, &areq->rem_addr_len, &h->rem_addr) == -1) in tac_send_author() 1088 if (add_str_8(h, &areq->rest[current++], in tac_send_author() [all …]
|