Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dvmrp.c225 register uint32_t genid; in print_probe() local
233 genid = (bp[0] << 24) | (bp[1] << 16) | (bp[2] << 8) | bp[3]; in print_probe()
237 ND_PRINT((ndo, "genid %u", genid)); in print_probe()
/external/ipsec-tools/src/racoon/
Doakley.c2111 check_typeofcertname(doi, genid) in check_typeofcertname() argument
2112 int doi, genid; in check_typeofcertname()
2121 if (genid != GENT_IPADD)
2125 if (genid != GENT_DNS)
2129 if (genid != GENT_EMAIL)