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

/freebsd-13-stable/contrib/tcpdump/
H A Dospf.h48 /* ospf_authtype */
270 uint16_t ospf_authtype; member in struct:ospfhdr
H A Dprint-ospf.c918 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) {
1121 ND_TCHECK(op->ospf_authtype);
1122 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) {
1164 tok2str(ospf_authtype_values, "unknown", EXTRACT_16BITS(&op->ospf_authtype)),
1165 EXTRACT_16BITS(&op->ospf_authtype)));
1167 switch (EXTRACT_16BITS(&op->ospf_authtype)) {

Completed in 148 milliseconds