Searched refs:auth_keyid (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/usr.sbin/ripd/
H A Drip.h78 u_int8_t auth_keyid; member in struct:md5_auth
H A Dauth.c119 a->auth_keyid)) == NULL) {
121 "interface %s", a->auth_keyid,
213 iface->auth_keyid)) == NULL) {
215 "interface %s", iface->auth_keyid, iface->name);
219 a.auth_keyid = iface->auth_keyid;
251 iface->auth_keyid)) == NULL) {
253 "interface %s", iface->auth_keyid, iface->name);
H A Dprintconf.c119 printf("\tauth-md-keyid %d\n", iface->auth_keyid);
H A Dparse.y83 u_int8_t auth_keyid;
281 defs->auth_keyid = $2;
356 iface->auth_keyid = defs->auth_keyid;
904 i->auth_keyid = 1;
H A Dripd.h189 u_int8_t auth_keyid; member in struct:iface
/openbsd-current/usr.sbin/ospfd/
H A Dauth.c73 * (iface->auth_keyid). This allows for key rotation to new
175 crypt.keyid = iface->auth_keyid;
186 iface->auth_keyid)) == NULL) {
188 "interface %s", iface->auth_keyid, iface->name);
H A Dprintconf.c163 printf("\t\tauth-md-keyid %d\n", iface->auth_keyid);
H A Dparse.y104 u_int8_t auth_keyid;
475 defs->auth_keyid = $2;
731 iface->auth_keyid = defs->auth_keyid;
1384 i->auth_keyid = 1;
H A Dospfd.h363 u_int8_t auth_keyid; member in struct:iface
488 u_int8_t auth_keyid; member in struct:ctl_iface
H A Dinterface.c632 ictl.auth_keyid = iface->auth_keyid;
/openbsd-current/usr.sbin/tcpdump/
H A Dospf.h225 uint8_t auth_keyid; member in struct:ospf_md5_authdata
H A Dprint-ospf.c562 printf(" auth MD5 key-id %u", auth.auth_keyid);
/openbsd-current/usr.sbin/ospfctl/
H A Doutput.c221 iface->auth_keyid);

Completed in 257 milliseconds