Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c513 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, in get_mac80211_phydev() argument
528 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen); in get_mac80211_phydev()
545 phydev_path[bytes_read] = '\0'; in get_mac80211_phydev()
793 char phydev_path[PATH_MAX+1]; local
801 ret = get_mac80211_phydev(handle, device, phydev_path, PATH_MAX);
919 char phydev_path[PATH_MAX+1]; local
947 ret = get_mac80211_phydev(handle, handle->opt.source, phydev_path,