D | pcap-dlpi.c | 348 open_dlpi_device(const char *name, u_int *ppa, char *errbuf) in open_dlpi_device() argument 405 status = get_dlpi_ppa(fd, dname, unit, ppa, errbuf); in open_dlpi_device() 427 cp = split_dname(dname, ppa, errbuf); in open_dlpi_device() 491 *ppa = 0; in open_dlpi_device() 505 u_int ppa; local 519 p->fd = open_dlpi_device(p->opt.device, &ppa, p->errbuf); 554 retv = dl_doattach(p->fd, ppa, p->errbuf); 561 retv = dl_doattach(pd->send_fd, ppa, p->errbuf); 913 dl_doattach(int fd, int ppa, char *ebuf) argument 920 req.dl_ppa = ppa; [all …]
|