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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_packet.c2610 u_int16_t bytesdeclared, bytesauth; local
2632 bytesauth = 0;
2642 bytesauth = OSPF_AUTH_MD5_SIZE;
2644 if (bytesdeclared + bytesauth > bytesonwire)
2648 __func__, bytesonwire, bytesdeclared, bytesauth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_packet.c2610 u_int16_t bytesdeclared, bytesauth; local
2632 bytesauth = 0;
2642 bytesauth = OSPF_AUTH_MD5_SIZE;
2644 if (bytesdeclared + bytesauth > bytesonwire)
2648 __func__, bytesonwire, bytesdeclared, bytesauth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_packet.c2610 u_int16_t bytesdeclared, bytesauth; local
2632 bytesauth = 0;
2642 bytesauth = OSPF_AUTH_MD5_SIZE;
2644 if (bytesdeclared + bytesauth > bytesonwire)
2648 __func__, bytesonwire, bytesdeclared, bytesauth);

Completed in 130 milliseconds