Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dvmrp.c229 register u_int32_t genid; in print_probe() local
237 genid = (bp[0] << 24) | (bp[1] << 16) | (bp[2] << 8) | bp[3]; in print_probe()
244 printf("genid %u", genid); in print_probe()
/external/ipsec-tools/src/racoon/
Doakley.c2088 check_typeofcertname(doi, genid) in check_typeofcertname() argument
2089 int doi, genid; in check_typeofcertname()
2098 if (genid != GENT_IPADD)
2102 if (genid != GENT_DNS)
2106 if (genid != GENT_EMAIL)