Searched defs:get_dlpi_ppa (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dpcap-dlpi.c171 static int get_dlpi_ppa(int, const char *, int, char *);
424 ppa = get_dlpi_ppa(p->fd, dname, ppa, p->errbuf);
1442 get_dlpi_ppa(register int fd, register const char *device, register int unit, function
1486 "get_dlpi_ppa: hpppa getmsg: %s", pcap_strerror(errno));
1493 "get_dlpi_ppa: hpppa unexpected primitive ack 0x%x",
1500 "get_dlpi_ppa: hpppa ack too small (%d < %lu)",
1508 "get_dlpi_ppa: hpppa malloc: %s", pcap_strerror(errno));
1517 "get_dlpi_ppa: hpppa getmsg: %s", pcap_strerror(errno));
1523 "get_dlpi_ppa: hpppa ack too small (%d < %lu)",
1629 get_dlpi_ppa(registe function
[all...]

Completed in 92 milliseconds