Home
last modified time | relevance | path

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

/NextBSD/contrib/tcpdump/
HDprint-geonet.c110 int hdr_subtype; in geonet_print() local
127 hdr_subtype = bp[1] & 0x0f; in geonet_print()
142 case 3: switch (hdr_subtype) { in geonet_print()
148 case 4: switch (hdr_subtype) { in geonet_print()
154 case 5: switch (hdr_subtype) { in geonet_print()
159 case 6: switch (hdr_subtype) { in geonet_print()
168 ND_PRINT((ndo, "HT:%d-%d-%s ", hdr_type, hdr_subtype, hdr_type_txt)); in geonet_print()
188 case 3: switch (hdr_subtype) { in geonet_print()
197 case 4: switch (hdr_subtype) { in geonet_print()
206 case 5: switch (hdr_subtype) { in geonet_print()
[all …]