Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-npf.c1622 char *device_copy = NULL; in get_ts_types() local
1644 device_copy = strdup(device); in get_ts_types()
1645 if (device_copy == NULL) { in get_ts_types()
1651 adapter = PacketOpenAdapter(device_copy); in get_ts_types()
1871 if (device_copy != NULL) { in get_ts_types()
1872 free(device_copy); in get_ts_types()