Home
last modified time | relevance | path

Searched refs:auth_md (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Dauth.c36 u_int32_t auth_get_seq_num(struct auth_md*);
39 auth_calc_modulator(struct auth_md *md) in auth_calc_modulator()
56 auth_get_seq_num(struct auth_md *md) in auth_get_seq_num()
82 struct auth_md *md; in auth_validate()
200 struct auth_md *md; in auth_gen()
239 struct auth_md *md; in auth_add_trailer()
274 struct auth_md *md; in md_list_add()
300 struct auth_md *m, *md; in md_list_copy()
318 struct auth_md *m; in md_list_clr()
326 struct auth_md *
[all …]
H A Dripd.h142 struct auth_md { struct
143 TAILQ_ENTRY(auth_md) entry;
158 TAILQ_HEAD(auth_md_head, auth_md); argument
H A Dprintconf.c102 struct auth_md *m; in print_iface()
/openbsd/usr.sbin/ospfd/
H A Dauth.c31 struct auth_md *md_list_find(struct auth_md_head *, u_int8_t);
40 struct auth_md *md; in auth_validate()
145 struct auth_md *md; in auth_gen()
215 struct auth_md *md; in md_list_add()
223 if ((md = calloc(1, sizeof(struct auth_md))) == NULL) in md_list_add()
234 struct auth_md *m, *md; in md_list_copy()
239 if ((md = calloc(1, sizeof(struct auth_md))) == NULL) in md_list_copy()
251 struct auth_md *m; in md_list_clr()
259 struct auth_md *
262 struct auth_md *m; in md_list_find()
[all …]
H A Dospfd.h309 struct auth_md { struct
310 TAILQ_ENTRY(auth_md) entry;
317 TAILQ_HEAD(auth_md_head, auth_md); argument
H A Dprintconf.c125 struct auth_md *md; in print_iface()
H A Dospfe.c271 struct auth_md md; in ospfe_dispatch_main()
434 memcpy(&md, imsg.data, sizeof(struct auth_md)); in ospfe_dispatch_main()