build/arm: Arm compilation warning fix

The arm cross compiler is issuing warnings for signed/unsigned
comparisons for ntohs.  ntohs returns a unsigned int, while
the counting variables are signed.  Fixed to allow -Werror
to work properly

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
3 files changed