mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
IGMP debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2791 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -158,6 +158,8 @@ static int netdev_ifrioctl(FAR struct socket *psock, int cmd, struct ifreq *req)
|
||||
FAR struct uip_driver_s *dev;
|
||||
int ret = OK;
|
||||
|
||||
nvdbg("cmd: %d\n", cmd);
|
||||
|
||||
/* Find the network device associated with the device name
|
||||
* in the request data.
|
||||
*/
|
||||
@@ -268,6 +270,8 @@ static int netdev_imsfioctl(FAR struct socket *psock, int cmd, struct ip_msfilte
|
||||
FAR struct uip_driver_s *dev;
|
||||
int ret = OK;
|
||||
|
||||
nvdbg("cmd: %d\n", cmd);
|
||||
|
||||
/* Find the network device associated with the device name
|
||||
* in the request data.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user