Linux/Udev1 udev C 코드 프로그램 [네트워크 디바이스 확인] 1. 네트워크 디바이스 예제 코드 #include #include #define SYSPATH "/sys/class/net" #define VIRTUALPATH "/sys/devices/virtual/net" int main(int argc, char *argv[]) { struct udev *udev; struct udev_device *dev, *dev_parent; char device[128]; /* verify that we have an argument, like eth0, otherwise fail */ if (!argv[1]) { fprintf(stderr, "Missing network interface name.\nexample: %s eth0\n", argv[0]); return 1;.. 2022. 3. 2. 이전 1 다음