Searched refs:mondevice (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-linux.c572 const char *device, const char *mondevice)
592 NLA_PUT_STRING(msg, NL80211_ATTR_IFNAME, mondevice);
618 device, mondevice, get_nl_errmsg(-err));
646 device, mondevice, get_nl_errmsg(-err));
661 device, mondevice);
668 const char *device, const char *mondevice)
674 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf);
693 device, mondevice, get_nl_errmsg(-err));
701 device, mondevice, get_nl_errmsg(-err));
715 device, mondevice);
571 add_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, const char *device, const char *mondevice) argument
667 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, const char *device, const char *mondevice) argument
755 char mondevice[3+10+1]; /* mon{UINT_MAX}\\0 */ local
[all...]
H A Dpcap-int.h144 char *mondevice; /* mac80211 monitor device we created */ member in struct:pcap_md

Completed in 223 milliseconds