HomeSort by relevance Sort by last modified time
    Searched defs:ppa (Results 1 - 8 of 8) 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/ppp/pppd/plugins/rp-pppoe/
if.c 77 void dlattachreq(int fd, u_long ppa);
716 int ppa; local
722 ppa = atoi(&ifname[strlen(ifname)-1]);
738 dlattachreq(fd, ppa);
888 void dlattachreq(int fd, u_long ppa)
895 attach_req.dl_ppa = ppa;
  /external/qemu/net/
net-android.c 1272 int tap_fd, if_fd, ppa = -1; local
1288 ppa = atoi(ptr);
1307 /* Assign a new PPA and get its unit number. */
1310 strioc_ppa.ic_len = sizeof(ppa);
1311 strioc_ppa.ic_dp = (char *)&ppa;
1312 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)
1328 snprintf (actual_name, 32, "tap%d", ppa);
1331 ifr.lifr_ppa = ppa;
1332 /* Assign ppa according to the unit number returned by tun device */
1335 syslog (LOG_ERR, "Can't set PPA %d", ppa)
    [all...]
net.c 1169 int tap_fd, if_fd, ppa = -1; local
1185 ppa = atoi(ptr);
1204 /* Assign a new PPA and get its unit number. */
1207 strioc_ppa.ic_len = sizeof(ppa);
1208 strioc_ppa.ic_dp = (char *)&ppa;
1209 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)
1225 snprintf (actual_name, 32, "tap%d", ppa);
1228 ifr.lifr_ppa = ppa;
1229 /* Assign ppa according to the unit number returned by tun device */
1232 syslog (LOG_ERR, "Can't set PPA %d", ppa)
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 2762 png_const_bytep ppa, ppb; local
2965 png_const_bytep ppa, ppb; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 1002 PersistentPreferredActivity ppa = new PersistentPreferredActivity(parser); local
    [all...]
PackageManagerService.java 3126 final PersistentPreferredActivity ppa = pprefs.get(i); local
11992 PersistentPreferredActivity ppa = it.next(); local
12003 PersistentPreferredActivity ppa = removed.get(j); local
    [all...]

Completed in 217 milliseconds