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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-ospf6.c232 uint8_t ospf6_type; member in struct:ospf6hdr
733 switch (op->ospf6_type) {
935 if (op->ospf6_type == OSPF_TYPE_HELLO) {
940 } else if (op->ospf6_type == OSPF_TYPE_DD) {
967 ND_TCHECK(op->ospf6_type);
968 cp = tok2str(ospf6_type_values, "unknown packet type (%u)", op->ospf6_type);

Completed in 52 milliseconds