We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run the ndadapterinfo.cpp program and the parameter is set to the IPv4 address of the adapter. Why is this IPv4 address invalid?
Report Bugs are as follows: NdCheckAddress for input address returned c0000141 Line: 127 Failed open adapter: c0000141 Line: 139
The text was updated successfully, but these errors were encountered:
Error code c0000141 is ND_INVALID_ADDRESS. Did you set the sa_family member of the sockaddr struct to AF_INET?
Sorry, something went wrong.
No branches or pull requests
I run the ndadapterinfo.cpp program and the parameter is set to the IPv4 address of the adapter. Why is this IPv4 address invalid?
Report Bugs are as follows:
NdCheckAddress for input address returned c0000141 Line: 127
Failed open adapter: c0000141 Line: 139
The text was updated successfully, but these errors were encountered: