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

  /external/tcpdump/
ospf6.h 217 u_int8_t ospf6_type; member in struct:ospf6hdr
print-ospf6.c 505 switch (op->ospf6_type) {
623 printf("v3 type %d", op->ospf6_type);
642 TCHECK(op->ospf6_type);
643 cp = tok2str(type2str, "type%d", op->ospf6_type);

Completed in 813 milliseconds