Home | History | Annotate | Download | only in libpcap

Lines Matching refs:bytes_read

547 	ssize_t bytes_read;
558 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen);
559 if (bytes_read == -1) {
575 phydev_path[bytes_read] = '\0';