您好!NDK中 int send( SOCKET s, void *pbuf, int size, int flags );函数的源文件在哪能找到啊?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!NDK中 int send( SOCKET s, void *pbuf, int size, int flags );函数的源文件在哪能找到啊?
int EmacSend (NETIF_DEVICE* ptr_net_device, PBM_Handle hPkt)就找到了这个,没找到send()啊!请指教。多谢了
我找到了。多谢了!!!
另外,NETIF_DEVICE结构体里也有个int (*send)(struct NETIF_DEVICE* ptr_net_device, PBM_Handle hPkt);函数,这个源文件在哪!
我找到了。多谢了!!!
另外,NETIF_DEVICE结构体里也有个int (*send)(struct NETIF_DEVICE* ptr_net_device, PBM_Handle hPkt);函数,这个源文件在哪!
1、非常感谢你的回答,对于你说的 函数指针挂载 我还是不明白,能在具体解释一下int (*send)(struct NETIF_DEVICE* ptr_net_device, PBM_Handle hPkt);定义咋和EmacSend (NETIF_DEVICE* ptr_net_device, PBM_Handle hPkt)挂载的吗?
2、EmacSend (NETIF_DEVICE* ptr_net_device, PBM_Handle hPkt)是不是就是驱动层的了?
多谢了!!!