标签: sockets ipc linux-device-driver device-driver
在编写设备驱动程序模块时,是否可以使用socket(),bind(),listen(),accept()等TCP套接字函数?相同的头文件<sys/socket.h> ??
socket()
bind()
listen()
accept()
<sys/socket.h>