CB0D0006

Explanation

The internet address passed to inet_addr() was in the format a.b.c.d, but either a, b, c, or d was out of range.

Programmer response

Correct the internet address.

Symbolic Feedback Code

JrEdcIaddEinval06