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

  /external/netperf/
nettest_dlpi.h 31 int ppa; /* which device do we wish to use? */ member in struct:dlpi_co_stream_request_struct
50 /* specified ppa? */
77 int ppa; /* which device do we wish to use? */ member in struct:dlpi_co_rr_request_struct
120 int ppa; /* which device do we wish to use? */ member in struct:dlpi_cl_stream_request_struct
166 int ppa; /* which device do we wish to use? */ member in struct:dlpi_cl_rr_request_struct
  /external/libpcap/
pcap-dlpi.c 345 int ppa; local
378 cp = split_dname(dname, &ppa, p->errbuf);
424 ppa = get_dlpi_ppa(p->fd, dname, ppa, p->errbuf);
425 if (ppa < 0) {
426 status = ppa;
446 cp = split_dname(dname, &ppa, p->errbuf);
506 ppa = 0;
522 status = dl_doattach(p->fd, ppa, p->errbuf);
527 if (dl_doattach(pd->send_fd, ppa, p->errbuf) < 0
1457 int ppa; local
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 2762 png_const_bytep ppa, ppb; local
2965 png_const_bytep ppa, ppb; local
    [all...]

Completed in 165 milliseconds