Searched refs:phydev_path (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c592 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, argument
607 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen);
623 phydev_path[bytes_read] = '\0';
890 char phydev_path[PATH_MAX+1]; local
898 ret = get_mac80211_phydev(handle, device, phydev_path, PATH_MAX);
1064 char phydev_path[PATH_MAX+1]; local
1092 ret = get_mac80211_phydev(handle, handle->opt.device, phydev_path,

Completed in 89 milliseconds