Searched refs:RIP_ENTRY_LEN (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/ripd/
H A Drip.h48 #define RIP_ENTRY_LEN sizeof(struct rip_entry) macro
H A Dmessage.c324 if (len < RIP_ENTRY_LEN) {
336 if (len > RIP_ENTRY_LEN * MAX_RIP_ENTRIES) {
341 l -= RIP_ENTRY_LEN;
355 for ( ; l >= 0; l -= RIP_ENTRY_LEN) {
384 if (len < RIP_ENTRY_LEN) {
393 if (len < RIP_ENTRY_LEN) {
401 if (len > RIP_ENTRY_LEN * MAX_RIP_ENTRIES) {
408 for ( ; l >= 0; l -= RIP_ENTRY_LEN) {
H A Dauth.c189 *buf += RIP_ENTRY_LEN;
190 *len -= RIP_ENTRY_LEN;

Completed in 166 milliseconds