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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.h42 #define RIP_PACKET_MINSIZ 4 macro
H A Dripd.c1719 if (len < RIP_PACKET_MINSIZ)
1723 len, RIP_PACKET_MINSIZ);
1739 if ((len - RIP_PACKET_MINSIZ) % 20)
1749 rtenum = ((len - RIP_PACKET_MINSIZ) / 20);

Completed in 73 milliseconds