Searched refs:add_str_16 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/lib/libtacplus/ |
| HD | taclib.c | 56 static int add_str_16(struct tac_handle *, u_int16_t *, 98 if (add_str_16(h, &len, cs) == -1) in add_str_8() 118 add_str_16(struct tac_handle *h, u_int16_t *fld, struct tac_str *cs) in add_str_16() function 1030 if (add_str_16(h, &ac->user_msg_len, &h->user_msg) == -1 || in tac_send_authen() 1031 add_str_16(h, &ac->data_len, &h->data) == -1) in tac_send_authen()
|