HomeSort by relevance Sort by last modified time
    Searched refs:mcp (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-ospf.c 254 register const struct mcla *mcp; local
421 mcp = lsap->lsa_un.un_mcla;
422 while ((u_char *)mcp < ls_end) {
423 TCHECK(mcp->mcla_vid);
424 switch (EXTRACT_32BITS(&mcp->mcla_vtype)) {
428 ipaddr_string(&mcp->mcla_vid));
433 ipaddr_string(&mcp->mcla_vid));
438 EXTRACT_32BITS(&mcp->mcla_vtype));
441 ++mcp;
    [all...]
print-ospf6.c 271 register const struct mcla *mcp;
416 mcp = lsap->lsa_un.un_mcla;
417 while ((u_char *)mcp < ls_end) {
418 TCHECK(mcp->mcla_vid);
419 switch (EXTRACT_32BITS(&mcp->mcla_vtype)) {
423 ipaddr_string(&mcp->mcla_vid));
428 ipaddr_string(&mcp->mcla_vid));
433 EXTRACT_32BITS(&mcp->mcla_vtype));
436 ++mcp;
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 357 myCertPath mcp = new myCertPath("X.509", ""); local
358 CertPath cp = mcp.get("X.509");
391 myCertPath mcp = new myCertPath("X.509", ""); local
392 CertPath cp = mcp.get("X.509");
466 myCertPath mcp = new myCertPath("X.509", ""); local
467 CertPath cp = mcp.get("X.509");
519 myCertPath mcp = new myCertPath("X.509", ""); local
520 CertPath cp = mcp.get("X.509");

Completed in 241 milliseconds