Embedded TCP/IP stack
4.7.0
|
#define FNET_IP4_ADDR_INIT | ( | a, | |
b, | |||
c, | |||
d | |||
) |
Converts the standard dotted-decimal notation a.b.c.d
to an integer value, suitable for use as an Internet address (in network byte order).
a | First octet of an IP address. |
b | Second octet of an IP address. |
c | Third octet of an IP address. |
d | Fourth octet of an IP address. |
Definition at line 47 of file fnet_ip4.h.