Searched refs:promisc (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dos.c113 static int first_init (const char *name, char *ebuf, int promisc);
199 !first_init(pcap->opt.source, pcap->errbuf, pcap->opt.promisc))
623 open_driver (const char *dev_name, char *ebuf, int promisc) argument
654 if (promisc)
673 if (promisc && dev->set_multicast_list)
769 static int first_init (const char *name, char *ebuf, int promisc) argument
790 dev = open_driver (name, ebuf, promisc);
H A Dpcap-libdlpi.c143 if (p->opt.promisc) {
177 if (p->opt.promisc)
H A Dpcap.c561 p->opt.promisc = 0;
590 pcap_set_promisc(pcap_t *p, int promisc) argument
594 p->opt.promisc = promisc;
759 pcap_open_live(const char *source, int snaplen, int promisc, int to_ms, char *errbuf) argument
770 status = pcap_set_promisc(p, promisc);
H A Dpcap-int.h92 int promisc; member in struct:pcap_opt
H A Dpcap-nit.c252 if (p->opt.promisc)
H A Dpcap-snit.c274 if (p->opt.promisc)
H A Dpcap-dlpi.c618 if (p->opt.promisc) {
648 if (!p->opt.promisc) {
662 if (p->opt.promisc)
H A Dpcap-pf.c343 if (p->opt.promisc)
H A Dpcap-win32.c590 if (p->opt.promisc)
H A Dpcap-linux.c1230 * information of course). If you pass 1 as promisc the interface
1260 if (handle->opt.promisc) {
1261 handle->opt.promisc = 0;
1284 if (handle->opt.promisc)
1875 if (handle->opt.promisc)
3231 * Select promiscuous mode on if "promisc" is set.
3252 if (!is_any_device && handle->opt.promisc) {
5616 /* Go to promisc mode if requested */
5618 if (handle->opt.promisc) {
H A Dpcap-sita.c945 acn_start_monitor(handle->fd, handle->snapshot, handle->opt.timeout, handle->opt.promisc, handle->direction); /* maybe tell him to start monitoring */
H A Dpcap-bpf.c2315 if (p->opt.promisc) {
/macosx-10.10.1/xnu-2782.1.97/bsd/netkey/
H A Dkeysock.c164 key_sendup0(rp, m, promisc)
167 int promisc;
171 if (promisc) {
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dsetkey.c82 void promisc (void);
296 promisc();
402 promisc() function
455 /* adjust base pointer for promisc mode */

Completed in 375 milliseconds