Home | History | Annotate | Download | only in libpcap

Lines Matching refs:ppa

465 	int ppa;
506 cp = split_dname(dname, &ppa, ebuf);
548 ppa = get_dlpi_ppa(p->fd, dname, ppa, ebuf);
549 if (ppa < 0)
568 cp = split_dname(dname, &ppa, ebuf);
614 ppa = 0;
632 if (dl_doattach(p->fd, ppa, ebuf) < 0)
636 if (dl_doattach(p->send_fd, ppa, ebuf) < 0)
1016 dl_doattach(int fd, int ppa, char *ebuf)
1020 if (dlattachreq(fd, ppa, ebuf) < 0 ||
1237 return ("Specified PPA was invalid");
1241 * the PPA is just the unit number.
1243 return ("Specified PPA (device unit) was invalid");
1295 return ("Other streams for PPA in post-attached");
1416 dlattachreq(int fd, bpf_u_int32 ppa, char *ebuf)
1421 req.dl_ppa = ppa;
1573 * Under HP-UX 10 and HP-UX 11, we can ask for the ppa
1578 * Determine ppa number that specifies ifname.
1627 int ppa;
1651 * length, and then issue another getmsg to get the actual PPA data.
1769 "can't find /dev/dlpi PPA for %s%d", device, unit);
1778 ppa = ip->dl_ppa;
1780 return (ppa);
1786 * Under HP-UX 9, there is no good way to determine the ppa.
1797 /* Determine ppa number that specifies ifname */