Searched refs:get_flags_func (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/libpcap/ |
| H A D | fad-getad.c | 148 int (*check_usable)(const char *), get_if_flags_func get_flags_func) in pcap_findalldevs_interfaces() argument 268 get_flags_func, in pcap_findalldevs_interfaces()
|
| H A D | fad-gifc.c | 142 int (*check_usable)(const char *), get_if_flags_func get_flags_func) in pcap_findalldevs_interfaces() argument 419 ifrflags.ifr_flags, get_flags_func, in pcap_findalldevs_interfaces()
|
| H A D | fad-glifc.c | 79 int (*check_usable)(const char *), get_if_flags_func get_flags_func) in pcap_findalldevs_interfaces() argument 331 ifrflags.lifr_flags, get_flags_func, in pcap_findalldevs_interfaces()
|
| H A D | pcap.c | 873 bpf_u_int32 if_flags, get_if_flags_func get_flags_func, char *errbuf) argument 907 get_flags_func, get_if_description(name), errbuf)); 930 bpf_u_int32 if_flags, get_if_flags_func get_flags_func, 942 curdev = find_or_add_if(devlistp, name, if_flags, get_flags_func, 1091 get_if_flags_func get_flags_func, const char *description, char *errbuf) 1113 if ((*get_flags_func)(name, &flags, errbuf) == -1) {
|