Searched defs:gh (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp405 uint32_t gh = 0; local
463 gh++;
482 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
/external/tcpdump/
H A Dprint-juniper.c174 const struct juniper_ggsn_header *gh; local
181 gh = (struct juniper_ggsn_header *)p;
185 tok2str(juniper_protocol_values,"Unknown",gh->proto),
186 gh->proto,
187 EXTRACT_16BITS(&gh->vlan_id[0]));
189 switch (gh->proto) {
200 printf("unknown GGSN proto (%u)", gh->proto);

Completed in 2148 milliseconds