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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.h45 #define RIP_HEADER_SIZE 4 macro
H A Dripd.c938 if (md5->auth_len != RIP_HEADER_SIZE + RIP_AUTH_MD5_SIZE)
1025 if (len < (RIP_HEADER_SIZE + RIP_RTE_SIZE))
1034 memmove (s->data + RIP_HEADER_SIZE + RIP_RTE_SIZE,
1035 s->data + RIP_HEADER_SIZE,
1036 len - RIP_HEADER_SIZE);
1039 stream_set_putp (s, RIP_HEADER_SIZE);
1058 stream_putc (s, RIP_AUTH_MD5_SIZE + RIP_HEADER_SIZE);

Completed in 46 milliseconds