Searched refs:iface_auth_type (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.c2314 u_int16_t iface_auth_type; local
2320 if (OSPF_AUTH_NULL != (iface_auth_type = ospf_auth_type (oi)))
2324 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));
2336 if (OSPF_AUTH_SIMPLE != (iface_auth_type = ospf_auth_type (oi)))
2340 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));
2358 if (OSPF_AUTH_CRYPTOGRAPHIC != (iface_auth_type = ospf_auth_type (oi)))
2362 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_packet.c2314 u_int16_t iface_auth_type; local
2320 if (OSPF_AUTH_NULL != (iface_auth_type = ospf_auth_type (oi)))
2324 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));
2336 if (OSPF_AUTH_SIMPLE != (iface_auth_type = ospf_auth_type (oi)))
2340 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));
2358 if (OSPF_AUTH_CRYPTOGRAPHIC != (iface_auth_type = ospf_auth_type (oi)))
2362 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_packet.c2314 u_int16_t iface_auth_type; local
2320 if (OSPF_AUTH_NULL != (iface_auth_type = ospf_auth_type (oi)))
2324 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));
2336 if (OSPF_AUTH_SIMPLE != (iface_auth_type = ospf_auth_type (oi)))
2340 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));
2358 if (OSPF_AUTH_CRYPTOGRAPHIC != (iface_auth_type = ospf_auth_type (oi)))
2362 IF_NAME (oi), LOOKUP (ospf_auth_type_str, iface_auth_type));

Completed in 134 milliseconds