Searched refs:ospf_authtype (Results 1 – 2 of 2) sorted by relevance
865 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_decode_lls()1066 TCHECK(op->ospf_authtype); in ospf_print()1067 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_print()1112 tok2str(ospf_authtype_values,"unknown",EXTRACT_16BITS(&op->ospf_authtype)), in ospf_print()1113 EXTRACT_16BITS(&op->ospf_authtype)); in ospf_print()1115 switch (EXTRACT_16BITS(&op->ospf_authtype)) { in ospf_print()
269 u_int16_t ospf_authtype; member