Home
last modified time | relevance | path

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

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