Home
last modified time | relevance | path

Searched defs:auth_validate (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/ospfd/
H A Dauth.c34 auth_validate(void *buf, u_int16_t len, struct iface *iface, struct nbr *nbr) in auth_validate() function
/openbsd/usr.sbin/ripd/
H A Dauth.c73 auth_validate(u_int8_t **buf, u_int16_t *len, struct iface *iface, in auth_validate() function
/openbsd/include/rpc/
H A Dauth.h140 #define auth_validate(auth, verfp) \ macro