Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

albertbog/host_port #76

wants to merge 2 commits into from

Conversation

albertbog
Copy link

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (list targets here).

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

Copy link

@github-actions github-actions bot left a 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

@@ -0,0 +1,24 @@
#!/bin/bash

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

@@ -0,0 +1,24 @@
#!/bin/bash

LOGFILE=iteropts.log

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

#!/bin/bash

LOGFILE=iteropts.log
EXAPPDIR=../../../examples/example_app

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017


LOGFILE=iteropts.log
EXAPPDIR=../../../examples/example_app

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. SC2086

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. SC2086

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

# 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. SC2086

# 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
Use semicolon or linefeed before 'done' (or quote to make it literal). SC1010

Copy link

@github-actions github-actions bot left a 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

struct pbuf;
struct netif;

void* mem_malloc(mem_size_t size)

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

Suggested change
void* mem_malloc(mem_size_t size)
void *mem_malloc(mem_size_t size)


void* mem_malloc(mem_size_t size)
{
__coverity_alloc__(size);

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

Suggested change
__coverity_alloc__(size);
__coverity_alloc__(size);

{
__coverity_alloc__(size);
}
void mem_free(void* mem)

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

Suggested change
void mem_free(void* mem)
void mem_free(void *mem)

}
void mem_free(void* mem)
{
__coverity_free__(mem);

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

Suggested change
__coverity_free__(mem);
__coverity_free__(mem);

__coverity_free__(mem);
}

void* memp_malloc(memp_t type)

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

Suggested change
void* memp_malloc(memp_t type)
void *memp_malloc(memp_t type)


void abort(void)
{
__coverity_panic__();

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

Suggested change
__coverity_panic__();
__coverity_panic__();

__coverity_panic__();
}

int check_path(char* path, size_t size)

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

Suggested change
int check_path(char* path, size_t size)
int check_path(char *path, size_t size)

Comment on lines 100 to 105
if (size) {
__coverity_tainted_data_sanitize__(path);
return 1;
} else {
return 0;
}

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

Suggested change
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 */

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

Suggested change
#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 */

Comment on lines 75 to 106
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));
}

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

Suggested change
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));
}

Copy link

@github-actions github-actions bot left a 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.

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

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

@@ -0,0 +1,56 @@
# This file is indended to be included in end-user CMakeLists.txt

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

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"\

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

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"\

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

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

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

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

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

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

Copy link

@github-actions github-actions bot left a 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

Comment on lines 109 to 118
/* 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;
}

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

Suggested change
/* 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;

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

Suggested change
return retval;
return retval;

Comment on lines 129 to 157
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;
}
}

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

Suggested change
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;
}
}

Comment on lines 169 to 183
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;

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

Suggested change
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;

Comment on lines 197 to 208
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;
}

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

Suggested change
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;
}

Comment on lines 119 to 130
/* 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);

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

Suggested change
/* 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);

Comment on lines 134 to 135
*err = msg.err;
return 1;

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

Suggested change
*err = msg.err;
return 1;
*err = msg.err;
return 1;

Comment on lines 140 to 141
DNSServiceErrorType error_code, char const* hostname,
const struct sockaddr* address, u32_t ttl, void* context)

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

Suggested change
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)

Comment on lines 143 to 144
struct addr_clbk_msg* msg = (struct addr_clbk_msg*)context;
struct sockaddr_in* addr_in = (struct sockaddr_in *)address;

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

Suggested change
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;

Comment on lines 146 to 151
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);

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

Suggested change
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"`

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 🐶

Suggested change
pushd `dirname "$0"`
pushd $(dirname "$0") || exit

Comment on lines 14 to 15
echo testing $f
echo testing $f >> $LOGFILE

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 🐶

Suggested change
echo testing $f
echo testing $f >> $LOGFILE
echo testing "$f"
echo testing "$f" >> $LOGFILE

Comment on lines 18 to 20
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

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 🐶

Suggested change
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

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 🐶

Suggested change
popd
popd || exit

Copy link

@github-actions github-actions bot left a 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

@@ -0,0 +1,40 @@
# This file is indended to be included in end-user CMakeLists.txt

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

@@ -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

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

#define MEMP_NUM_UDP_PCB 4

/**
* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP connections.

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

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/ports/unix/port/sys_arch.c Outdated Show resolved Hide resolved
}
else
{
// not accessible or unsupported accress type

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

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

@@ -0,0 +1 @@
../LwipMibCompiler/bin/Debug/LwipMibCompiler.exe ../Mibs/UDP-MIB ./ ../Mibs/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. SC2148

@@ -0,0 +1 @@
../LwipMibCompiler/bin/Debug/LwipMibCompiler.exe ../Mibs/UDP-MIB ./ ../Mibs/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

# 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE
echo test $f done >> $LOGFILE
done
echo done, cleaning

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

echo test $f done >> $LOGFILE
done
echo done, cleaning
make clean

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

done
echo done, cleaning
make clean
popd

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
Use 'popd ... || exit' or 'popd ... || return' in case popd fails. SC2164

done
echo done, cleaning
make clean
popd

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [shellcheck] reported by reviewdog 🐶
Literal carriage return. Run script through tr -d '\r' . SC1017

Copy link

@github-actions github-actions bot left a 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


base.Analyze();

// check if we can merge this node to a scalar array node (all childs need to be scalars)

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.

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

contrib/apps/udpecho_raw/udpecho_raw.h Outdated Show resolved Hide resolved
contrib/apps/udpecho_raw/udpecho_raw.h Outdated Show resolved Hide resolved
contrib/apps/udpecho_raw/udpecho_raw.c Outdated Show resolved Hide resolved
contrib/apps/udpecho_raw/udpecho_raw.c Outdated Show resolved Hide resolved
Copy link
Member

@nalajcie nalajcie left a 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)))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link

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

Comment on lines +30 to +33
LWIPOPTS_DIR ?= include/default-opts
LWIPPORT_DIR ?= include/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overwriten in contrib/Makefile


#include <sys/threads.h>
#include <arch/sys_arch.h>
#include <pthread.h>
Copy link

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);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

@@ -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);
Copy link

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;
Copy link

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";
Copy link

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.

Suggested change
state->serialat_fn = "/dev/ttyACM0";
/* TODO: return error if device path is not found in cfg */
state->serialat_fn = "/dev/ttyacm1";

*
* Credits go to Adam Dunkels (and the current maintainers) of this software.
*
* Stephan Linz rewrote this file to get a basic echo example.

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 */

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

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

Albert Bogdanovic added 2 commits September 30, 2022 16:31
JIRA: ISM-117
Signed-off-by: Albert Bogdanovic <[email protected]>
Copy link

@github-actions github-actions bot left a 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

}
}

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

Suggested change

handle_t lock, cond;

sys_sem_t sem;

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

Suggested change

uint32_t main_loop_stack[4096];
} pppos_priv_t;

static pppos_priv_t* state;

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

Suggested change
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);

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

Suggested change

while (!state->want_connected) {
condWait(state->cond, state->lock, 0);
sys_arch_sem_wait(&(state->sem),0);

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

Suggested change
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

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

Suggested change
#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

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

Suggested change
#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

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

Suggested change
#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

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

Suggested change
#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

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

Suggested change
#define MEMP_NUM_NETBUF 2
#define MEMP_NUM_NETBUF 2

@albertbog albertbog marked this pull request as ready for review September 30, 2022 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants