HomeSort by relevance Sort by last modified time
    Searched full:ospf6_type (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-ospf6.c 232 uint8_t ospf6_type; member in struct:ospf6hdr
733 switch (op->ospf6_type) {
934 if (op->ospf6_type == OSPF_TYPE_HELLO) {
938 } else if (op->ospf6_type == OSPF_TYPE_DD) {
964 ND_TCHECK(op->ospf6_type);
965 cp = tok2str(ospf6_type_values, "unknown packet type (%u)", op->ospf6_type);

Completed in 106 milliseconds