Searched refs:pcap_asprintf (Results 1 – 8 of 8) sorted by relevance
/external/libpcap/ |
D | portability.h | 103 #define pcap_asprintf asprintf macro 105 extern int pcap_asprintf(char **, PCAP_FORMAT_STRING(const char *), ...)
|
D | pcap-new.c | 160 if (pcap_asprintf(&desc, "%s '%s' %s", in pcap_findalldevs_ex() 316 if (pcap_asprintf(&dev->description, in pcap_findalldevs_ex()
|
D | pcap-npf.c | 2418 if (pcap_asprintf(&full_pcap_version_string, in pcap_lib_version() 2445 if (pcap_asprintf(&full_pcap_version_string, in pcap_lib_version()
|
D | pcap-rpcap.c | 1748 if (pcap_asprintf(&newfilter, in pcap_createfilter_norpcappkt() 1766 if (pcap_asprintf(&newfilter, in pcap_createfilter_norpcappkt() 2622 if (pcap_asprintf(&dev->description, in pcap_findalldevs_ex_remote()
|
D | pcap-bpf.c | 925 if (pcap_asprintf(&wlt_name, "wlt%s", p->opt.device + 2) == -1) { in pcap_can_set_rfmon_bpf() 1660 if (pcap_asprintf(&en_name, "en%s", in check_setif_failure()
|
D | pcap.c | 988 if (pcap_asprintf(&description,
|
/external/libpcap/missing/ |
D | win_asprintf.c | 42 pcap_asprintf(char **strp, const char *format, ...) in pcap_asprintf() function
|
D | asprintf.c | 91 pcap_asprintf(char **strp, const char *format, ...) in pcap_asprintf() function
|