Drivers for network devices do not use device nodes in order to be accessed. Their
selection is based on other decisions made inside the kernel and instead of calling
open(), use of a network device is generally introduced by using the system call
socket(2).
man ifnet(), loopback device, Bill Paul's drivers, etc..