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

/external/libpcap/
H A Dpcap-dlpi.c196 static int get_dlpi_ppa(int, const char *, int, char *);
548 ppa = get_dlpi_ppa(p->fd, dname, ppa, ebuf);
1612 get_dlpi_ppa(register int fd, register const char *device, register int unit, function
1656 "get_dlpi_ppa: hpppa getmsg: %s", pcap_strerror(errno));
1663 "get_dlpi_ppa: hpppa unexpected primitive ack 0x%x",
1670 "get_dlpi_ppa: hpppa ack too small (%d < %lu)",
1678 "get_dlpi_ppa: hpppa malloc: %s", pcap_strerror(errno));
1687 "get_dlpi_ppa: hpppa getmsg: %s", pcap_strerror(errno));
1693 "get_dlpi_ppa: hpppa ack too small (%d < %d)",
1799 get_dlpi_ppa(registe function
[all...]

Completed in 49 milliseconds