Searched refs:ospf_authtype (Results 1 – 2 of 2) sorted by relevance
851 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_decode_lls()1053 ND_TCHECK(op->ospf_authtype); in ospf_print()1054 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_print()1096 tok2str(ospf_authtype_values, "unknown", EXTRACT_16BITS(&op->ospf_authtype)), in ospf_print()1097 EXTRACT_16BITS(&op->ospf_authtype))); in ospf_print()1099 switch (EXTRACT_16BITS(&op->ospf_authtype)) { in ospf_print()
270 uint16_t ospf_authtype; member