Home
last modified time | relevance | path

Searched refs:aux_socket (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-haiku.c47 int aux_socket; member
169 if (ioctl_ifreq(handlep->aux_socket, SIOCGIFFLAGS, "SIOCGIFFLAGS", in get_promisc()
185 return ioctl_ifreq(handlep->aux_socket, SIOCSIFFLAGS, "SIOCSIFFLAGS", in set_promisc()
194 if (handlep->aux_socket >= 0) { in pcap_cleanup_haiku()
203 close(handlep->aux_socket); in pcap_cleanup_haiku()
204 handlep->aux_socket = -1; in pcap_cleanup_haiku()
228 if (ioctl_ifreq(handlep->aux_socket, SIOCGIFSTATS, "SIOCGIFSTATS", in pcap_stats_haiku()
246 if ((handlep->aux_socket = dgram_socket(AF_INET, handle->errbuf)) < 0) in pcap_activate_haiku()
252 if (ioctl_ifreq(handlep->aux_socket, SIOCGIFSTATS, "SIOCGIFSTATS", in pcap_activate_haiku()
437 handlep->aux_socket = -1; in pcapint_create_interface()