Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:gh

463         const struct juniper_ggsn_header *gh;
470 gh = (struct juniper_ggsn_header *)&l2info.cookie;
474 tok2str(juniper_protocol_values,"Unknown",gh->proto),
475 gh->proto,
476 EXTRACT_16BITS(&gh->vlan_id[0])));
479 switch (gh->proto) {
488 ND_PRINT((ndo, "unknown GGSN proto (%u)", gh->proto));