Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-ospf.c509 TCHECK(op->ospf_authtype); in ospf_print()
510 if (ntohs(op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_print()
546 switch (ntohs(op->ospf_authtype)) { in ospf_print()
574 printf(" ??authtype-%d??", ntohs(op->ospf_authtype)); in ospf_print()
H A Dospf.h178 u_short ospf_authtype; member