-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
albertbog/host_port #76
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
shellcheck
contrib/ports/unix/example_app/iteropts.sh|20 col 34| Literal carriage return. Run script through tr -d '\r' . SC1017
contrib/ports/unix/example_app/iteropts.sh|21 col 5| Literal carriage return. Run script through tr -d '\r' . SC1017
contrib/ports/unix/example_app/iteropts.sh|22 col 20| Literal carriage return. Run script through tr -d '\r' . SC1017
contrib/ports/unix/example_app/iteropts.sh|23 col 11| Literal carriage return. Run script through tr -d '\r' . SC1017
contrib/ports/unix/example_app/iteropts.sh|24 col 1| Use 'popd ... || exit' or 'popd ... || return' in case popd fails. SC2164
contrib/ports/unix/example_app/iteropts.sh|24 col 5| Literal carriage return. Run script through tr -d '\r' . SC1017
contrib/apps/LwipMibCompiler/example/compile_udp_mib.sh|1 col 1| Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. SC2148
contrib/apps/LwipMibCompiler/example/compile_udp_mib.sh|1 col 77| Literal carriage return. Run script through tr -d '\r' . SC1017
@@ -0,0 +1,24 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,24 @@ | |||
#!/bin/bash | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,24 @@ | |||
#!/bin/bash | |||
|
|||
LOGFILE=iteropts.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#!/bin/bash | ||
|
||
LOGFILE=iteropts.log | ||
EXAPPDIR=../../../examples/example_app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
LOGFILE=iteropts.log | ||
EXAPPDIR=../../../examples/example_app | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm $EXAPPDIR/lwipopts_test.h | ||
# cat the file to update its timestamp | ||
cat $f > $EXAPPDIR/lwipopts_test.h | ||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm $EXAPPDIR/lwipopts_test.h | ||
# cat the file to update its timestamp | ||
cat $f > $EXAPPDIR/lwipopts_test.h | ||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm $EXAPPDIR/lwipopts_test.h | ||
# cat the file to update its timestamp | ||
cat $f > $EXAPPDIR/lwipopts_test.h | ||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# cat the file to update its timestamp | ||
cat $f > $EXAPPDIR/lwipopts_test.h | ||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE | ||
echo test $f done >> $LOGFILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# cat the file to update its timestamp | ||
cat $f > $EXAPPDIR/lwipopts_test.h | ||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE | ||
echo test $f done >> $LOGFILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
clang-format-pr
contrib/addons/ipv6_static_routing/ip6_route_table.c|109| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.c|121| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.c|129| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.c|169| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.c|197| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.c|222| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.c|245| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.h|45| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.h|55| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.h|60| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.h|63| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.h|66| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.h|70| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.h|75| suggested fix
contrib/addons/ipv6_static_routing/ip6_route_table.h|81| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|65| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|70| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|74| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|80| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|83| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|86| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|91| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|95| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|108| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|113| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|119| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|134| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|140| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|143| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|146| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|153| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|163| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|83| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|97| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|100| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|103| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|105| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|118| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|122| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|127| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|130| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|133| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|136| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|141| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|144| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|147| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|150| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|152| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|163| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|168| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|170| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|175| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|178| suggested fix
contrib/addons/tcp_isn/tcp_isn.h|42| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|48| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|57| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|65| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|77| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|85| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|95| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|102| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|109| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|128| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|148| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|182| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|217| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|221| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|231| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|234| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|257| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|273| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|283| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|293| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|303| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|320| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|333| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|338| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|352| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|385| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|426| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|473| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|500| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|506| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|508| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|514| suggested fix
contrib/addons/tcp_md5/tcp_md5.h|64| suggested fix
contrib/addons/tcp_md5/tcp_md5.h|76| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CFile.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CFile.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CFile.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|55| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|64| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|66 col 1| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|68| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|49| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|54| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|60| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|68| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|72| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|87| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|95| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|98| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeElement.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeElement.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|47| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|41| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|53| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|48 col 1| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|50| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|56| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|61| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|74| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|79| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|47| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|49 col 1| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|51| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|58| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|63| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|42| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|45 col 1| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|51| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|56| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|62| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|70| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|41| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|53| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|60| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|62| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|42| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|47| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|55| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|69| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|71| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|42| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|47| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|53| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|67| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|50| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PlainText.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PlainText.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PlainText.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PlainText.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|5| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|8| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|17| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|22| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|25| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|92| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|94| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|96| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|98| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|102| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|107| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|112| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|123| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|140| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|56| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|62| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|67| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|70| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|77| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|50| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|56| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|62| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|64| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|67| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|71| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|51| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|57| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|61| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|70| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|78| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|84| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|44| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|52| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|165| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|301| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|334| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|5| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|8| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|17| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|22| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|25| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|35| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|39| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|43| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|45| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|63| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|65| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|72| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|88| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|90| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|120 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|35| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|39| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|170| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|172| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|174| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|191| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|193| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|198 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|38| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|42| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|44| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|51| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|57| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|59| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|63| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|65| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|70| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|75| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|80| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|85| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|90| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|92| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|94| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|98| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|101| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|105| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|116| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|158| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|173| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|41 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|42| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|44| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|49| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|51| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|55| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|72| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|77| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|5| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|8| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|17| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|22| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|25| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|43| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|47 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|48| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|54| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|59| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|63| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|75| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|43| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|46| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|48| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|51| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|80 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|81| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|86| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|89| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|98| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|119 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarAggregationNode.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|38| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|42| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|44| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|50| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|55| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|69| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|82| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|87| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|90| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|99| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|221| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|227| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|233| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|238| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|346| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|351| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|363| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|43| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|50| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|116| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|118 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|120 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|47| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|56| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|59| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|47| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|51| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|57| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|60| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|36| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|40| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|46| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|52| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|55| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|69| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|71| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|73| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|76| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|83| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|85| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|87| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|49| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|52| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|75| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|79| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|84 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|85| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|90| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|92| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|111 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|112 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|113| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|116| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|36| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|40| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|45| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|55| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|60| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|63| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|49| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|52| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|56| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|65| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|72| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|38| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|50| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|77| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|80| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|205| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|235| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|280| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|288| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|296| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|308| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|316| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs|38| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs|49| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs|114| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|5| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|10| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|23| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|25| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|151| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|166| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|40| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|44| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|49| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|54| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|70| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|84| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|87 col 1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|88| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|90| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|97 col 1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|98| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|102| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|109| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|120| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|129 col 1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|130| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|132| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|134| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|141| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|144| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|149| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|155| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|160| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|184| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|187| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|189| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|194 col 1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|195| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|199| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Program.cs|36| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Program.cs|40| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|5| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|8| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|17| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|22| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|25| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/Resources.Designer.cs|11| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/Settings.Designer.cs|11| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|7| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|17| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|21| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|50| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|53| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/AgentCapabilities.cs|12| suggested fix
contrib/Coverity/coverity.c
Outdated
struct pbuf; | ||
struct netif; | ||
|
||
void* mem_malloc(mem_size_t size) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
void* mem_malloc(mem_size_t size) | |
void *mem_malloc(mem_size_t size) |
contrib/Coverity/coverity.c
Outdated
|
||
void* mem_malloc(mem_size_t size) | ||
{ | ||
__coverity_alloc__(size); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
__coverity_alloc__(size); | |
__coverity_alloc__(size); |
contrib/Coverity/coverity.c
Outdated
{ | ||
__coverity_alloc__(size); | ||
} | ||
void mem_free(void* mem) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
void mem_free(void* mem) | |
void mem_free(void *mem) |
contrib/Coverity/coverity.c
Outdated
} | ||
void mem_free(void* mem) | ||
{ | ||
__coverity_free__(mem); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
__coverity_free__(mem); | |
__coverity_free__(mem); |
contrib/Coverity/coverity.c
Outdated
__coverity_free__(mem); | ||
} | ||
|
||
void* memp_malloc(memp_t type) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
void* memp_malloc(memp_t type) | |
void *memp_malloc(memp_t type) |
contrib/Coverity/coverity.c
Outdated
|
||
void abort(void) | ||
{ | ||
__coverity_panic__(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
__coverity_panic__(); | |
__coverity_panic__(); |
contrib/Coverity/coverity.c
Outdated
__coverity_panic__(); | ||
} | ||
|
||
int check_path(char* path, size_t size) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
int check_path(char* path, size_t size) | |
int check_path(char *path, size_t size) |
contrib/Coverity/coverity.c
Outdated
if (size) { | ||
__coverity_tainted_data_sanitize__(path); | ||
return 1; | ||
} else { | ||
return 0; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
if (size) { | |
__coverity_tainted_data_sanitize__(path); | |
return 1; | |
} else { | |
return 0; | |
} | |
if (size) { | |
__coverity_tainted_data_sanitize__(path); | |
return 1; | |
} | |
else { | |
return 0; | |
} |
|
||
#include "lwip/opt.h" | ||
|
||
#if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
#if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */ | |
#if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */ |
err_t | ||
ip6_add_route_entry(const struct ip6_prefix *ip6_prefix, struct netif *netif, const ip6_addr_t *gateway, s8_t *idx) | ||
{ | ||
s8_t i = -1; | ||
err_t retval = ERR_OK; | ||
|
||
if (!ip6_prefix_valid(ip6_prefix->prefix_len) || (netif == NULL)) { | ||
retval = ERR_ARG; | ||
goto exit; | ||
} | ||
|
||
/* Check if an entry already exists with matching prefix; If so, replace it. */ | ||
for (i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | ||
if ((ip6_prefix->prefix_len == static_route_table[i].prefix.prefix_len) && | ||
memcmp(&ip6_prefix->addr, &static_route_table[i].prefix.addr, | ||
ip6_prefix->prefix_len / 8) == 0) { | ||
/* Prefix matches; replace the netif with the one being added. */ | ||
goto insert; | ||
} | ||
} | ||
|
||
/* Check if the table is full */ | ||
if (static_route_table[LWIP_IPV6_NUM_ROUTE_ENTRIES - 1].netif != NULL) { | ||
retval = ERR_MEM; | ||
goto exit; | ||
} | ||
|
||
/* Shift all entries down the table until slot is found */ | ||
for (i = LWIP_IPV6_NUM_ROUTE_ENTRIES - 1; | ||
i > 0 && (ip6_prefix->prefix_len > static_route_table[i - 1].prefix.prefix_len); i--) { | ||
SMEMCPY(&static_route_table[i], &static_route_table[i - 1], sizeof(struct ip6_route_entry)); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
err_t | |
ip6_add_route_entry(const struct ip6_prefix *ip6_prefix, struct netif *netif, const ip6_addr_t *gateway, s8_t *idx) | |
{ | |
s8_t i = -1; | |
err_t retval = ERR_OK; | |
if (!ip6_prefix_valid(ip6_prefix->prefix_len) || (netif == NULL)) { | |
retval = ERR_ARG; | |
goto exit; | |
} | |
/* Check if an entry already exists with matching prefix; If so, replace it. */ | |
for (i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | |
if ((ip6_prefix->prefix_len == static_route_table[i].prefix.prefix_len) && | |
memcmp(&ip6_prefix->addr, &static_route_table[i].prefix.addr, | |
ip6_prefix->prefix_len / 8) == 0) { | |
/* Prefix matches; replace the netif with the one being added. */ | |
goto insert; | |
} | |
} | |
/* Check if the table is full */ | |
if (static_route_table[LWIP_IPV6_NUM_ROUTE_ENTRIES - 1].netif != NULL) { | |
retval = ERR_MEM; | |
goto exit; | |
} | |
/* Shift all entries down the table until slot is found */ | |
for (i = LWIP_IPV6_NUM_ROUTE_ENTRIES - 1; | |
i > 0 && (ip6_prefix->prefix_len > static_route_table[i - 1].prefix.prefix_len); i--) { | |
SMEMCPY(&static_route_table[i], &static_route_table[i - 1], sizeof(struct ip6_route_entry)); | |
} | |
err_t ip6_add_route_entry(const struct ip6_prefix *ip6_prefix, struct netif *netif, const ip6_addr_t *gateway, s8_t *idx) | |
{ | |
s8_t i = -1; | |
err_t retval = ERR_OK; | |
if (!ip6_prefix_valid(ip6_prefix->prefix_len) || (netif == NULL)) { | |
retval = ERR_ARG; | |
goto exit; | |
} | |
/* Check if an entry already exists with matching prefix; If so, replace it. */ | |
for (i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | |
if ((ip6_prefix->prefix_len == static_route_table[i].prefix.prefix_len) && | |
memcmp(&ip6_prefix->addr, &static_route_table[i].prefix.addr, | |
ip6_prefix->prefix_len / 8) == 0) { | |
/* Prefix matches; replace the netif with the one being added. */ | |
goto insert; | |
} | |
} | |
/* Check if the table is full */ | |
if (static_route_table[LWIP_IPV6_NUM_ROUTE_ENTRIES - 1].netif != NULL) { | |
retval = ERR_MEM; | |
goto exit; | |
} | |
/* Shift all entries down the table until slot is found */ | |
for (i = LWIP_IPV6_NUM_ROUTE_ENTRIES - 1; | |
i > 0 && (ip6_prefix->prefix_len > static_route_table[i - 1].prefix.prefix_len); i--) { | |
SMEMCPY(&static_route_table[i], &static_route_table[i - 1], sizeof(struct ip6_route_entry)); | |
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
codespell
contrib/apps/LwipMibCompiler/Mibs/RFC1213-MIB|1345| dissasociates ==> disassociates
contrib/apps/LwipMibCompiler/Mibs/IANA/IANAifType-MIB|405| syncronous ==> synchronous
contrib/apps/LwipMibCompiler/Mibs/IANA/IANAifType-MIB|468| TE ==> THE, BE, WE, TO
contrib/apps/LwipMibCompiler/Mibs/IANA/IANAifType-MIB|475| Symetrical ==> Symmetrical
contrib/apps/LwipMibCompiler/Mibs/IANA/IANAifType-MIB|476| Symetrical ==> Symmetrical
contrib/apps/LwipMibCompiler/Mibs/IANA/IANA-MAU-MIB|712| OLT ==> OLD
contrib/apps/LwipMibCompiler/Mibs/IANA/IANA-MAU-MIB|730| OLT ==> OLD
contrib/apps/LwipMibCompiler/Mibs/IANA/IANA-MAU-MIB|748| OLT ==> OLD
contrib/apps/LwipMibCompiler/Mibs/IANA/IANA-MAU-MIB|760| OLT ==> OLD
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|364| accress ==> access
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|437| indeces ==> indices
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|6| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|18| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|19| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|32| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|32| alle ==> all, alley
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|32| oder ==> order, odor
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|33| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|6| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|18| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|19| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|32| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|32| alle ==> all, alley
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|32| oder ==> order, odor
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|33| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|19| oder ==> order, odor
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|20| oder ==> order, odor
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|20| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|21| oder ==> order, odor
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|21| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|50| alle ==> all, alley
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTreeNode.cs|81| ot ==> to, of, or, not
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTreeNode.cs|83| ot ==> to, of, or, not
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTreeNode.cs|87| ot ==> to, of, or, not
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Lexer.cs|441| continous ==> continuous
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibModule.cs|200| Entitiy ==> Entity
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibModule.cs|204| Entitiy ==> Entity
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/ValueMap.cs|13| continous ==> continuous
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/Sequence.cs|14| roughtly ==> roughly
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs|163| childs ==> children, child's
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|6| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|18| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|19| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|32| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|32| alle ==> all, alley
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|32| oder ==> order, odor
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|33| Sie ==> Size, sigh, side
contrib/apps/udpecho_raw/udpecho_raw.h|2| Linz ==> Lines
contrib/apps/udpecho_raw/udpecho_raw.h|2| linz ==> lines
contrib/apps/udpecho_raw/udpecho_raw.c|2| Linz ==> Lines
contrib/apps/udpecho_raw/udpecho_raw.c|2| linz ==> lines
contrib/apps/udpecho_raw/udpecho_raw.c|35| Linz ==> Lines
contrib/examples/example_app/lwipopts.h|133| simulatenously ==> simultaneously
contrib/examples/httpd/post_example/post_example.c|136| conenction ==> connection
contrib/ports/win32/Filelists.cmake|1| indended ==> intended, indented
contrib/ports/win32/pcapif.c|175| informations ==> information
contrib/ports/unix/Filelists.cmake|1| indended ==> intended, indented
contrib/ports/unix/README|2| targetted ==> targeted
contrib/ports/unix/lib/lwipopts.h|112| simulatenously ==> simultaneously
contrib/ports/unix/lib/lwipopts.h|360| accomodate ==> accommodate
contrib/ports/unix/port/sys_arch.c|77| numer ==> number
contrib/ports/unix/port/include/netif/sio.h|32| recieved ==> received
contrib/ports/unix/port/include/netif/fifo.h|18| suposed ==> supposed
#define MEMP_NUM_UDP_PCB 4 | ||
|
||
/** | ||
* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP connections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
simulatenously ==> simultaneously
|
||
/** | ||
* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. The default is | ||
* designed to accomodate single full size TCP frame in one pbuf, including |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
accomodate ==> accommodate
contrib/Filelists.cmake
Outdated
@@ -0,0 +1,56 @@ | |||
# This file is indended to be included in end-user CMakeLists.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
indended ==> intended, indented
contrib/apps/shell/shell.c
Outdated
static char help_msg2[] = "udpn [local UDP port] [IP address] [remote port]: opens a UDP \"connection\" without checksums."NEWLINE"\ | ||
udpb [local port] [remote port]: opens a UDP broadcast \"connection\"."NEWLINE"\ | ||
usnd [connection #] [message]: sends a message on a UDP connection."NEWLINE"\ | ||
recv [connection #]: recieves data on a TCP or UDP connection."NEWLINE"\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
recieves ==> receives
contrib/apps/shell/shell.c
Outdated
udpb [local port] [remote port]: opens a UDP broadcast \"connection\"."NEWLINE"\ | ||
usnd [connection #] [message]: sends a message on a UDP connection."NEWLINE"\ | ||
recv [connection #]: recieves data on a TCP or UDP connection."NEWLINE"\ | ||
clos [connection #]: closes a TCP or UDP connection."NEWLINE"\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
clos ==> close
REVISION "200602020000Z" | ||
DESCRIPTION | ||
"The IP version neutral revision with added IPv6 objects for | ||
ND, default routers, and router advertisements. As well as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
ND ==> AND, 2ND
object refers to a document defining objects | ||
specific to ethernet. If this information is not | ||
present, its value should be set to the OBJECT | ||
IDENTIFIER { 0 0 }, which is a syntatically valid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
syntatically ==> syntactically
Setting this object to a null string (one of zero | ||
length) has the effect of invaliding the | ||
corresponding entry in the atTable object. That | ||
is, it effectively dissasociates the interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
dissasociates ==> disassociates
Setting this object to the value invalid(2) has | ||
the effect of invalidating the corresponding entry | ||
in the ipRouteTable object. That is, it | ||
effectively dissasociates the destination |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
dissasociates ==> disassociates
specified in the route's ipRouteProto value. If | ||
this information is not present, its value should | ||
be set to the OBJECT IDENTIFIER { 0 0 }, which is | ||
a syntatically valid object identifier, and any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
syntatically ==> syntactically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
clang-format-pr
contrib/addons/netconn/external_resolve/dnssd.c|153| suggested fix
contrib/addons/netconn/external_resolve/dnssd.c|163| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|83| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|97| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|100| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|103| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|105| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|118| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|122| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|127| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|130| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|133| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|136| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|141| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|144| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|147| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|150| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|152| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|163| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|168| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|170| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|175| suggested fix
contrib/addons/tcp_isn/tcp_isn.c|178| suggested fix
contrib/addons/tcp_isn/tcp_isn.h|42| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|48| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|57| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|65| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|77| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|85| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|95| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|102| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|109| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|128| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|148| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|182| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|217| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|221| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|231| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|234| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|257| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|273| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|283| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|293| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|303| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|320| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|333| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|338| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|352| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|385| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|426| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|473| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|500| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|506| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|508| suggested fix
contrib/addons/tcp_md5/tcp_md5.c|514| suggested fix
contrib/addons/tcp_md5/tcp_md5.h|64| suggested fix
contrib/addons/tcp_md5/tcp_md5.h|76| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CFile.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CFile.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CFile.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|55| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|64| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|66 col 1| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs|68| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Code.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|49| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|54| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|60| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|68| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|72| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|87| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|95| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs|98| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeElement.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/CodeElement.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Comment.cs|47| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|41| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs|53| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|48 col 1| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|50| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|56| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|61| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|74| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Function.cs|79| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|47| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|49 col 1| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|51| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|58| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs|63| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|42| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|45 col 1| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|51| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|56| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|62| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs|70| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|41| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|53| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|60| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_If.cs|62| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|42| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|47| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|55| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|69| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs|71| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|42| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|47| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|53| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs|67| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs|50| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PlainText.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PlainText.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PlainText.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/PlainText.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|5| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|8| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|17| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|22| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs|25| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|92| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|94| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|96| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|98| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|102| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|107| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|112| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|123| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/Switch.cs|140| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|35| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|43| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|56| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|62| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|67| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|70| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs|77| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|33| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|37| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|39| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|44| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|50| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|56| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|62| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|64| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|67| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs|71| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|36| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|40| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|46| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|48| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|51| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|57| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|61| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|70| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|78| suggested fix
contrib/apps/LwipMibCompiler/CCodeGeneration/VariableType.cs|84| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|44| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|52| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|165| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|301| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Program.cs|334| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|5| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|8| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|17| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|22| suggested fix
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|25| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|35| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|39| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|43| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|45| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|63| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|65| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|72| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|88| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|90| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs|120 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|35| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|39| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|170| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|172| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|174| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|191| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|193| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs|198 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|38| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|42| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|44| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|51| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|57| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|59| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|63| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|65| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|70| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|75| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|80| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|85| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|90| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|92| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|94| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|98| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|101| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|105| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|116| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|158| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs|173| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|41 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|42| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|44| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|49| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|51| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|55| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|72| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs|77| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|5| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|8| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|17| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|22| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|25| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|43| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|47 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|48| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|54| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|59| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|63| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs|75| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|43| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|46| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|48| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|51| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|80 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|81| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|86| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|89| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|98| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs|119 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarAggregationNode.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|38| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|42| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|44| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|50| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|55| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|69| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|82| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|87| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|90| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs|99| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|221| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|227| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|233| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|238| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|346| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|351| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs|363| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|43| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|50| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|116| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|118 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs|120 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|47| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|56| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|59| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|47| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|51| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|57| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|60| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|36| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|40| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|46| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|52| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|55| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|69| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|71| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|73| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|76| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|83| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|85| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs|87| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|49| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|52| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|75| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|79| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|84 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|85| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|90| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|92| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|111 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|112 col 1| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|113| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs|116| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|36| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|40| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|45| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|55| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|60| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs|63| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|37| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|41| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|49| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|52| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|56| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|62| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|65| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|67| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs|72| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|38| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|50| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|77| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|80| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|205| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|235| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|280| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|288| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|296| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|308| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs|316| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs|38| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs|49| suggested fix
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs|114| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|5| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|10| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|23| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|25| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|151| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs|166| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|40| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|44| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|49| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|54| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|70| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|84| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|87 col 1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|88| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|90| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|97 col 1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|98| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|102| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|109| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|120| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|129 col 1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|130| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|132| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|134| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|141| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|144| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|149| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|155| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|160| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|184| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|187| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|189| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|194 col 1| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|195| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/FormMain.cs|199| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Program.cs|36| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Program.cs|40| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|5| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|8| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|17| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|22| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs|25| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/Resources.Designer.cs|11| suggested fix
contrib/apps/LwipMibCompiler/MibViewer/Properties/Settings.Designer.cs|11| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|7| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|17| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|21| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|50| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs|53| suggested fix
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/AgentCapabilities.cs|12| suggested fix
/* Insert into the slot selected */ | ||
SMEMCPY(&static_route_table[i].prefix, ip6_prefix, sizeof(struct ip6_prefix)); | ||
static_route_table[i].netif = netif; | ||
|
||
/* Add gateway to route table */ | ||
static_route_table[i].gateway = gateway; | ||
|
||
if (idx != NULL) { | ||
*idx = i; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
/* Insert into the slot selected */ | |
SMEMCPY(&static_route_table[i].prefix, ip6_prefix, sizeof(struct ip6_prefix)); | |
static_route_table[i].netif = netif; | |
/* Add gateway to route table */ | |
static_route_table[i].gateway = gateway; | |
if (idx != NULL) { | |
*idx = i; | |
} | |
/* Insert into the slot selected */ | |
SMEMCPY(&static_route_table[i].prefix, ip6_prefix, sizeof(struct ip6_prefix)); | |
static_route_table[i].netif = netif; | |
/* Add gateway to route table */ | |
static_route_table[i].gateway = gateway; | |
if (idx != NULL) { | |
*idx = i; | |
} |
} | ||
|
||
exit: | ||
return retval; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
return retval; | |
return retval; |
void | ||
ip6_remove_route_entry(const struct ip6_prefix *ip6_prefix) | ||
{ | ||
int i, pos = -1; | ||
|
||
for (i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | ||
/* compare prefix to find position to delete */ | ||
if (ip6_prefix->prefix_len == static_route_table[i].prefix.prefix_len && | ||
memcmp(&ip6_prefix->addr, &static_route_table[i].prefix.addr, | ||
ip6_prefix->prefix_len / 8) == 0) { | ||
pos = i; | ||
break; | ||
} | ||
} | ||
|
||
if (pos >= 0) { | ||
/* Shift everything beyond pos one slot up */ | ||
for (i = pos; i < LWIP_IPV6_NUM_ROUTE_ENTRIES - 1; i++) { | ||
SMEMCPY(&static_route_table[i], &static_route_table[i+1], sizeof(struct ip6_route_entry)); | ||
if (static_route_table[i].netif == NULL) { | ||
break; | ||
} | ||
} | ||
/* Zero the remaining entries */ | ||
for (; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | ||
ip6_addr_set_zero((&static_route_table[i].prefix.addr)); | ||
static_route_table[i].netif = NULL; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
void | |
ip6_remove_route_entry(const struct ip6_prefix *ip6_prefix) | |
{ | |
int i, pos = -1; | |
for (i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | |
/* compare prefix to find position to delete */ | |
if (ip6_prefix->prefix_len == static_route_table[i].prefix.prefix_len && | |
memcmp(&ip6_prefix->addr, &static_route_table[i].prefix.addr, | |
ip6_prefix->prefix_len / 8) == 0) { | |
pos = i; | |
break; | |
} | |
} | |
if (pos >= 0) { | |
/* Shift everything beyond pos one slot up */ | |
for (i = pos; i < LWIP_IPV6_NUM_ROUTE_ENTRIES - 1; i++) { | |
SMEMCPY(&static_route_table[i], &static_route_table[i+1], sizeof(struct ip6_route_entry)); | |
if (static_route_table[i].netif == NULL) { | |
break; | |
} | |
} | |
/* Zero the remaining entries */ | |
for (; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | |
ip6_addr_set_zero((&static_route_table[i].prefix.addr)); | |
static_route_table[i].netif = NULL; | |
} | |
} | |
void ip6_remove_route_entry(const struct ip6_prefix *ip6_prefix) | |
{ | |
int i, pos = -1; | |
for (i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | |
/* compare prefix to find position to delete */ | |
if (ip6_prefix->prefix_len == static_route_table[i].prefix.prefix_len && | |
memcmp(&ip6_prefix->addr, &static_route_table[i].prefix.addr, | |
ip6_prefix->prefix_len / 8) == 0) { | |
pos = i; | |
break; | |
} | |
} | |
if (pos >= 0) { | |
/* Shift everything beyond pos one slot up */ | |
for (i = pos; i < LWIP_IPV6_NUM_ROUTE_ENTRIES - 1; i++) { | |
SMEMCPY(&static_route_table[i], &static_route_table[i + 1], sizeof(struct ip6_route_entry)); | |
if (static_route_table[i].netif == NULL) { | |
break; | |
} | |
} | |
/* Zero the remaining entries */ | |
for (; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | |
ip6_addr_set_zero((&static_route_table[i].prefix.addr)); | |
static_route_table[i].netif = NULL; | |
} | |
} |
s8_t | ||
ip6_find_route_entry(const ip6_addr_t *ip6_dest_addr) | ||
{ | ||
s8_t i, idx = -1; | ||
|
||
/* Search prefix in the sorted(decreasing order of prefix length) list */ | ||
for(i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | ||
if (memcmp(ip6_dest_addr, &static_route_table[i].prefix.addr, | ||
static_route_table[i].prefix.prefix_len / 8) == 0) { | ||
idx = i; | ||
break; | ||
} | ||
} | ||
|
||
return idx; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
s8_t | |
ip6_find_route_entry(const ip6_addr_t *ip6_dest_addr) | |
{ | |
s8_t i, idx = -1; | |
/* Search prefix in the sorted(decreasing order of prefix length) list */ | |
for(i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | |
if (memcmp(ip6_dest_addr, &static_route_table[i].prefix.addr, | |
static_route_table[i].prefix.prefix_len / 8) == 0) { | |
idx = i; | |
break; | |
} | |
} | |
return idx; | |
s8_t ip6_find_route_entry(const ip6_addr_t *ip6_dest_addr) | |
{ | |
s8_t i, idx = -1; | |
/* Search prefix in the sorted(decreasing order of prefix length) list */ | |
for (i = 0; i < LWIP_IPV6_NUM_ROUTE_ENTRIES; i++) { | |
if (memcmp(ip6_dest_addr, &static_route_table[i].prefix.addr, | |
static_route_table[i].prefix.prefix_len / 8) == 0) { | |
idx = i; | |
break; | |
} | |
} | |
return idx; |
int i; | ||
|
||
LWIP_UNUSED_ARG(src); | ||
|
||
/* Perform table lookup */ | ||
i = ip6_find_route_entry(dest); | ||
|
||
if (i >= 0) { | ||
return static_route_table[i].netif; | ||
} else { | ||
return NULL; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
int i; | |
LWIP_UNUSED_ARG(src); | |
/* Perform table lookup */ | |
i = ip6_find_route_entry(dest); | |
if (i >= 0) { | |
return static_route_table[i].netif; | |
} else { | |
return NULL; | |
} | |
int i; | |
LWIP_UNUSED_ARG(src); | |
/* Perform table lookup */ | |
i = ip6_find_route_entry(dest); | |
if (i >= 0) { | |
return static_route_table[i].netif; | |
} | |
else { | |
return NULL; | |
} |
/* We got a response */ | ||
if (msg.err == ERR_OK) { | ||
struct sockaddr_in* addr_in = (struct sockaddr_in *)&msg.addr; | ||
if (addr_in->sin_family == AF_INET) { | ||
inet_addr_to_ip4addr(ip_2_ip4(addr), &addr_in->sin_addr); | ||
} else { | ||
/* @todo add IPv6 support */ | ||
msg.err = ERR_VAL; | ||
} | ||
} | ||
} | ||
sys_sem_free(&msg.sem); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
/* We got a response */ | |
if (msg.err == ERR_OK) { | |
struct sockaddr_in* addr_in = (struct sockaddr_in *)&msg.addr; | |
if (addr_in->sin_family == AF_INET) { | |
inet_addr_to_ip4addr(ip_2_ip4(addr), &addr_in->sin_addr); | |
} else { | |
/* @todo add IPv6 support */ | |
msg.err = ERR_VAL; | |
} | |
} | |
} | |
sys_sem_free(&msg.sem); | |
/* We got a response */ | |
if (msg.err == ERR_OK) { | |
struct sockaddr_in *addr_in = (struct sockaddr_in *)&msg.addr; | |
if (addr_in->sin_family == AF_INET) { | |
inet_addr_to_ip4addr(ip_2_ip4(addr), &addr_in->sin_addr); | |
} | |
else { | |
/* @todo add IPv6 support */ | |
msg.err = ERR_VAL; | |
} | |
} | |
} | |
sys_sem_free(&msg.sem); |
*err = msg.err; | ||
return 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
*err = msg.err; | |
return 1; | |
*err = msg.err; | |
return 1; |
DNSServiceErrorType error_code, char const* hostname, | ||
const struct sockaddr* address, u32_t ttl, void* context) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
DNSServiceErrorType error_code, char const* hostname, | |
const struct sockaddr* address, u32_t ttl, void* context) | |
DNSServiceErrorType error_code, char const *hostname, | |
const struct sockaddr *address, u32_t ttl, void *context) |
struct addr_clbk_msg* msg = (struct addr_clbk_msg*)context; | ||
struct sockaddr_in* addr_in = (struct sockaddr_in *)address; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
struct addr_clbk_msg* msg = (struct addr_clbk_msg*)context; | |
struct sockaddr_in* addr_in = (struct sockaddr_in *)address; | |
struct addr_clbk_msg *msg = (struct addr_clbk_msg *)context; | |
struct sockaddr_in *addr_in = (struct sockaddr_in *)address; |
LWIP_UNUSED_ARG(ref); | ||
LWIP_UNUSED_ARG(flags); | ||
LWIP_UNUSED_ARG(interface_index); | ||
LWIP_UNUSED_ARG(hostname); | ||
LWIP_UNUSED_ARG(ttl); | ||
LWIP_UNUSED_ARG(context); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
LWIP_UNUSED_ARG(ref); | |
LWIP_UNUSED_ARG(flags); | |
LWIP_UNUSED_ARG(interface_index); | |
LWIP_UNUSED_ARG(hostname); | |
LWIP_UNUSED_ARG(ttl); | |
LWIP_UNUSED_ARG(context); | |
LWIP_UNUSED_ARG(ref); | |
LWIP_UNUSED_ARG(flags); | |
LWIP_UNUSED_ARG(interface_index); | |
LWIP_UNUSED_ARG(hostname); | |
LWIP_UNUSED_ARG(ttl); | |
LWIP_UNUSED_ARG(context); |
LOGFILE=iteropts.log | ||
EXAPPDIR=../../../examples/example_app | ||
|
||
pushd `dirname "$0"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
pushd `dirname "$0"` | |
pushd $(dirname "$0") || exit |
echo testing $f | ||
echo testing $f >> $LOGFILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
echo testing $f | |
echo testing $f >> $LOGFILE | |
echo testing "$f" | |
echo testing "$f" >> $LOGFILE |
cat $f > $EXAPPDIR/lwipopts_test.h | ||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE | ||
echo test $f done >> $LOGFILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
cat $f > $EXAPPDIR/lwipopts_test.h | |
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE | |
echo test $f done >> $LOGFILE | |
cat "$f" > $EXAPPDIR/lwipopts_test.h | |
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> "$BUILDLOG" 2>&1 || echo file "$f" failed >> $LOGFILE | |
echo test "$f" done >> $LOGFILE |
done | ||
echo done, cleaning | ||
make clean | ||
popd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
popd | |
popd || exit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
codespell
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|32| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|32| alle ==> all, alley
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|32| oder ==> order, odor
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs|33| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs|163| childs ==> children, child's
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|6| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|18| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|19| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|32| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|32| alle ==> all, alley
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|32| oder ==> order, odor
contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs|33| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|19| oder ==> order, odor
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|20| oder ==> order, odor
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|20| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|21| oder ==> order, odor
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|21| Sie ==> Size, sigh, side
contrib/apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs|50| alle ==> all, alley
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTreeNode.cs|81| ot ==> to, of, or, not
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTreeNode.cs|83| ot ==> to, of, or, not
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTreeNode.cs|87| ot ==> to, of, or, not
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/ValueMap.cs|13| continous ==> continuous
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Lexer.cs|441| continous ==> continuous
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibModule.cs|200| Entitiy ==> Entity
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/MibModule.cs|204| Entitiy ==> Entity
contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/Sequence.cs|14| roughtly ==> roughly
contrib/apps/udpecho_raw/udpecho_raw.h|2| Linz ==> Lines
contrib/apps/udpecho_raw/udpecho_raw.h|2| linz ==> lines
contrib/apps/udpecho_raw/udpecho_raw.c|2| Linz ==> Lines
contrib/apps/udpecho_raw/udpecho_raw.c|2| linz ==> lines
contrib/apps/udpecho_raw/udpecho_raw.c|35| Linz ==> Lines
contrib/examples/httpd/post_example/post_example.c|136| conenction ==> connection
contrib/examples/example_app/lwipopts.h|133| simulatenously ==> simultaneously
contrib/ports/unix/Filelists.cmake
Outdated
@@ -0,0 +1,40 @@ | |||
# This file is indended to be included in end-user CMakeLists.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
indended ==> intended, indented
contrib/ports/unix/README
Outdated
@@ -0,0 +1,25 @@ | |||
This port contains infrastructure and examples for running lwIP on Unix-like | |||
operating systems (Linux, OpenBSD, cygwin). Much of this is targetted towards |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
targetted ==> targeted
contrib/ports/unix/lib/lwipopts.h
Outdated
#define MEMP_NUM_UDP_PCB 4 | ||
|
||
/** | ||
* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP connections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
simulatenously ==> simultaneously
contrib/ports/unix/lib/lwipopts.h
Outdated
|
||
/** | ||
* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. The default is | ||
* designed to accomodate single full size TCP frame in one pbuf, including |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
accomodate ==> accommodate
} | ||
else | ||
{ | ||
// not accessible or unsupported accress type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
accress ==> access
{ | ||
result.AugmentedTableRow = rot.Augments; | ||
|
||
// the indeces from another table shall be used because this table is only an extension of it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
indeces ==> indices
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
d42b2da
to
159e525
Compare
@@ -0,0 +1 @@ | |||
../LwipMibCompiler/bin/Debug/LwipMibCompiler.exe ../Mibs/UDP-MIB ./ ../Mibs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1 @@ | |||
../LwipMibCompiler/bin/Debug/LwipMibCompiler.exe ../Mibs/UDP-MIB ./ ../Mibs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# cat the file to update its timestamp | ||
cat $f > $EXAPPDIR/lwipopts_test.h | ||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE | ||
echo test $f done >> $LOGFILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cat $f > $EXAPPDIR/lwipopts_test.h | ||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE | ||
echo test $f done >> $LOGFILE | ||
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE | ||
echo test $f done >> $LOGFILE | ||
done | ||
echo done, cleaning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo test $f done >> $LOGFILE | ||
done | ||
echo done, cleaning | ||
make clean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done | ||
echo done, cleaning | ||
make clean | ||
popd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done | ||
echo done, cleaning | ||
make clean | ||
popd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
codespell
contrib/apps/udpecho_raw/udpecho_raw.c|35| Linz ==> Lines
contrib/examples/httpd/post_example/post_example.c|136| conenction ==> connection
contrib/examples/example_app/lwipopts.h|133| simulatenously ==> simultaneously
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
contrib/apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
|
||
base.Analyze(); | ||
|
||
// check if we can merge this node to a scalar array node (all childs need to be scalars) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
childs ==> children, child's
namespace Lextm.SharpSnmpLib.Mib.Elements.Types | ||
{ | ||
/// <summary> | ||
/// The SEQUENCE type represents a set of specified types. This is roughtly analogous to a <code>struct</code> in C. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
roughtly ==> roughly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add contrib as a submodule without copying all of the files (if You search git history - it already was once in repo). If there are no changes in the contrib
- use upstream repo (preferable) or create a fork in our organization (the same as for lwip
).
|
||
include ../phoenix-rtos-build/Makefile.common | ||
LWIP_LOCAL_DIR := $(dir $(lastword $(MAKEFILE_LIST))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LWIP_LOCAL_DIR := $(dir $(lastword $(MAKEFILE_LIST))) | |
# calling my-dir works only when Makefile.common is already included before including this file | |
# as this is not a case here we need to this manually | |
LWIP_LOCAL_DIR := $(dir $(lastword $(MAKEFILE_LIST))) |
Makefile
Outdated
LWIPPORT_DIR ?= include/ | ||
|
||
# port specific definitions | ||
include contrib/Makefile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To allow using contrib as submodule contrib makefile needs to be placed elsewhere.
Maybe: Makefile.contrib
LWIPOPTS_DIR ?= include/default-opts | ||
LWIPPORT_DIR ?= include/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overwriten in contrib/Makefile
drivers/netif-driver.c
Outdated
|
||
#include <sys/threads.h> | ||
#include <arch/sys_arch.h> | ||
#include <pthread.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pthread should not be needed
drivers/pppos.c
Outdated
// wait for result with optional response text | ||
int off = 0; | ||
while (off < max_len) { | ||
usleep(timeout_ms*1000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this needed?
drivers/netif-driver.c
Outdated
@@ -123,7 +123,7 @@ int create_netif(char *conf) | |||
*arg++ = 0; | |||
|
|||
is_ppp = (arg != NULL) && (strncmp(conf, "ppp", 3) == 0); | |||
//printf("netif: driver '%s' args '%s' is_ppp=%d\n", conf, arg, is_ppp); | |||
printf("netif: driver '%s' args '%s' is_ppp=%d\n", conf, arg, is_ppp); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe log_* function?
@@ -140,6 +140,7 @@ int create_netif(char *conf) | |||
return -ENOMEM; | |||
|
|||
ni = &storage->netif; | |||
netif_default = ni; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused
drivers/pppos.c
Outdated
@@ -699,7 +694,7 @@ static int pppos_netifInit(struct netif *netif, char *cfg) | |||
memset(state, 0, sizeof(pppos_priv_t)); | |||
state->netif = netif; | |||
state->serialdev_fn = cfg; | |||
state->serialat_fn = "/dev/ttyacm1"; | |||
state->serialat_fn = "/dev/ttyACM0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not change hardcoded paths to match your machine.
state->serialat_fn = "/dev/ttyACM0"; | |
/* TODO: return error if device path is not found in cfg */ | |
state->serialat_fn = "/dev/ttyacm1"; |
159e525
to
af553d2
Compare
* | ||
* Credits go to Adam Dunkels (and the current maintainers) of this software. | ||
* | ||
* Stephan Linz rewrote this file to get a basic echo example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
Linz ==> Lines
} | ||
} | ||
/* not returning ERR_OK aborts the connection, so return ERR_OK unless the | ||
conenction is unknown */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
conenction ==> connection
/* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One | ||
per active UDP "connection". */ | ||
#define MEMP_NUM_UDP_PCB 4 | ||
/* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[codespell] reported by reviewdog 🐶
simulatenously ==> simultaneously
JIRA: ISM-117 Signed-off-by: Albert Bogdanovic <[email protected]>
af553d2
to
cc433fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
clang-format-pr
include/default-opts/unix/lwipopts.h|159| suggested fix
include/default-opts/unix/lwipopts.h|166| suggested fix
include/default-opts/unix/lwipopts.h|173| suggested fix
include/default-opts/unix/lwipopts.h|178| suggested fix
include/default-opts/unix/lwipopts.h|188| suggested fix
include/default-opts/unix/lwipopts.h|200| suggested fix
include/default-opts/unix/lwipopts.h|207| suggested fix
include/default-opts/unix/lwipopts.h|214| suggested fix
include/default-opts/unix/lwipopts.h|221| suggested fix
include/default-opts/unix/lwipopts.h|228| suggested fix
include/default-opts/unix/lwipopts.h|236| suggested fix
include/default-opts/unix/lwipopts.h|243| suggested fix
include/default-opts/unix/lwipopts.h|248| suggested fix
include/default-opts/unix/lwipopts.h|259| suggested fix
include/default-opts/unix/lwipopts.h|269| suggested fix
include/default-opts/unix/lwipopts.h|279| suggested fix
include/default-opts/unix/lwipopts.h|290| suggested fix
include/default-opts/unix/lwipopts.h|301| suggested fix
include/default-opts/unix/lwipopts.h|311| suggested fix
include/default-opts/unix/lwipopts.h|322| suggested fix
include/default-opts/unix/lwipopts.h|332| suggested fix
include/default-opts/unix/lwipopts.h|342| suggested fix
include/default-opts/unix/lwipopts.h|356| suggested fix
include/default-opts/unix/lwipopts.h|364| suggested fix
include/default-opts/unix/lwipopts.h|374| suggested fix
include/default-opts/unix/lwipopts.h|385| suggested fix
include/default-opts/unix/lwipopts.h|395| suggested fix
include/default-opts/unix/lwipopts.h|400| suggested fix
include/default-opts/unix/lwipopts.h|410| suggested fix
include/default-opts/unix/lwipopts.h|419| suggested fix
include/default-opts/unix/lwipopts.h|427| suggested fix
include/default-opts/unix/lwipopts.h|435| suggested fix
include/default-opts/unix/lwipopts.h|442| suggested fix
include/default-opts/unix/lwipopts.h|444| suggested fix
include/default-opts/unix/lwipopts.h|448| suggested fix
include/default-opts/unix/lwipopts.h|450| suggested fix
include/default-opts/unix/lwipopts.h|456| suggested fix
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
handle_t lock, cond; | ||
|
||
sys_sem_t sem; | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
uint32_t main_loop_stack[4096]; | ||
} pppos_priv_t; | ||
|
||
static pppos_priv_t* state; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
static pppos_priv_t* state; | |
static pppos_priv_t *state; |
@@ -224,7 +231,7 @@ static int at_send_cmd_res(int fd, const char* cmd, int timeout_ms, char *rx_buf | |||
end = strstr(cmd, "\r\n"); | |||
/* remove newlines for better result printing */ | |||
log_at("AT Tx: [%*s]", (end != NULL) ? end - cmd : strlen(cmd), cmd); | |||
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
while (!state->want_connected) { | ||
condWait(state->cond, state->lock, 0); | ||
sys_arch_sem_wait(&(state->sem),0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
sys_arch_sem_wait(&(state->sem),0); | |
sys_arch_sem_wait(&(state->sem), 0); |
* MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP segments. | ||
* (requires the LWIP_TCP option) | ||
*/ | ||
#define MEMP_NUM_TCP_SEG 16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
#define MEMP_NUM_TCP_SEG 16 | |
#define MEMP_NUM_TCP_SEG 16 |
* MEMP_NUM_REASSDATA: the number of simultaneously IP packets queued for | ||
* reassembly (whole packets, not fragments!) | ||
*/ | ||
#define MEMP_NUM_REASSDATA 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
#define MEMP_NUM_REASSDATA 1 | |
#define MEMP_NUM_REASSDATA 1 |
* their destination address) to finish. | ||
* (requires the ARP_QUEUEING option) | ||
*/ | ||
#define MEMP_NUM_ARP_QUEUE 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
#define MEMP_NUM_ARP_QUEUE 2 | |
#define MEMP_NUM_ARP_QUEUE 2 |
* MEMP_NUM_SYS_TIMEOUT: the number of simulateously active timeouts. | ||
* (requires NO_SYS==0) | ||
*/ | ||
#define MEMP_NUM_SYS_TIMEOUT 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
#define MEMP_NUM_SYS_TIMEOUT 8 | |
#define MEMP_NUM_SYS_TIMEOUT 8 |
* MEMP_NUM_NETBUF: the number of struct netbufs. | ||
* (only needed if you use the sequential API, like api_lib.c) | ||
*/ | ||
#define MEMP_NUM_NETBUF 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
#define MEMP_NUM_NETBUF 2 | |
#define MEMP_NUM_NETBUF 2 |
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment