Home | History | Annotate | Download | only in libpcap

Lines Matching refs:ppa

345 	int ppa;
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)
835 dl_doattach(int fd, int ppa, char *ebuf)
842 req.dl_ppa = ppa;
1091 return ("Specified PPA was invalid");
1095 * the PPA is just the unit number.
1097 return ("Specified PPA (device unit) was invalid");
1149 return ("Other streams for PPA in post-attached");
1403 * Under HP-UX 10 and HP-UX 11, we can ask for the ppa
1408 * Determine ppa number that specifies ifname.
1457 int ppa;
1481 * length, and then issue another getmsg to get the actual PPA data.
1599 "can't find /dev/dlpi PPA for %s%d", device, unit);
1608 ppa = ip->dl_ppa;
1610 return (ppa);
1616 * Under HP-UX 9, there is no good way to determine the ppa.
1627 /* Determine ppa number that specifies ifname */