Home
last modified time | relevance | path

Searched refs:auth_gen (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Dripe.h121 int auth_gen(struct ibuf *, struct iface *);
H A Dauth.c196 auth_gen(struct ibuf *buf, struct iface *iface) in auth_gen() function
H A Dmessage.c265 if (auth_gen(buf, iface) == -1) { in send_response()
/openbsd/usr.sbin/ospfd/
H A Dospfe.h101 int auth_gen(struct ibuf *, struct iface *);
H A Dlsreq.c77 if (auth_gen(buf, nbr->iface)) in send_ls_req()
H A Dlsack.c64 if (auth_gen(buf, iface)) { in send_ls_ack()
H A Dauth.c140 auth_gen(struct ibuf *buf, struct iface *iface) in auth_gen() function
H A Dhello.c102 if (auth_gen(buf, iface)) in send_hello()
H A Ddatabase.c148 if (auth_gen(buf, nbr->iface)) in send_db_description()
H A Dlsupdate.c214 if (auth_gen(buf, iface)) in send_ls_update()