Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dpcap-npf.c1660 char *device_copy = NULL; in get_ts_support() local
1688 device_copy = strdup(device); in get_ts_support()
1689 if (device_copy == NULL) { in get_ts_support()
1695 adapter = PacketOpenAdapter(device_copy); in get_ts_support()
1936 if (device_copy != NULL) { in get_ts_support()
1937 free(device_copy); in get_ts_support()