Searched refs:phydev_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-linux.c | 595 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, in get_mac80211_phydev() argument 610 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen); in get_mac80211_phydev() 626 phydev_path[bytes_read] = '\0'; in get_mac80211_phydev() 893 char phydev_path[PATH_MAX+1]; local 901 ret = get_mac80211_phydev(handle, device, phydev_path, PATH_MAX); 1067 char phydev_path[PATH_MAX+1]; local 1095 ret = get_mac80211_phydev(handle, handle->opt.device, phydev_path,
|