Searched refs:auth_offset (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/ripd/
H A Drip.h77 u_int16_t auth_offset; member in struct:md5_auth
H A Dauth.c148 if (ntohs(a->auth_offset) != *len + RIP_HDR_LEN -
151 "offset %hu, interface %s", ntohs(a->auth_offset),
157 auth_data += ntohs(a->auth_offset);
168 MD5Update(&hash, b, ntohs(a->auth_offset) + RIP_HDR_LEN);
243 offsetof(struct md5_auth, auth_offset);

Completed in 148 milliseconds