Home
last modified time | relevance | path

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

/freebsd/lib/libtacplus/
H A Dtaclib_private.h61 struct tac_str { struct
158 struct tac_str avs[MAXAVPAIRS];
170 struct tac_str user;
171 struct tac_str port;
172 struct tac_str rem_addr;
173 struct tac_str data;
174 struct tac_str user_msg;
175 struct tac_str avs[MAXAVPAIRS];
182 struct tac_str srvr_msg;
183 struct tac_str srvr_data;
[all …]
H A Dtaclib.c54 struct tac_str *);
56 struct tac_str *);
61 static void *dup_str(struct tac_handle *, const struct tac_str *,
64 static void free_str(struct tac_str *);
70 struct tac_str *, size_t);
71 static void init_str(struct tac_str *);
75 static int save_str(struct tac_handle *, struct tac_str *,
93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) in add_str_8()
117 add_str_16(struct tac_handle *h, u_int16_t *fld, struct tac_str *cs) in add_str_16()
360 dup_str(struct tac_handle *h, const struct tac_str *ss, size_t *len) in dup_str()
[all …]