Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c2666 …char tmpstring2[PCAP_BUF_SIZE + 1]; /* Needed to convert names and descriptions from 'old' syntax… in pcap_findalldevs_ex_remote() local
2669 tmpstring2[PCAP_BUF_SIZE] = 0; in pcap_findalldevs_ex_remote()
2728 if (pcap_createsrcstr_ex(tmpstring2, PCAP_SRC_IFREMOTE, in pcap_findalldevs_ex_remote()
2732 dev->name = strdup(tmpstring2); in pcap_findalldevs_ex_remote()