#include "lwip/opt.h"#include "lwip/def.h"Functions | |
| u16_t | lwip_htons (u16_t n) |
| u16_t | lwip_ntohs (u16_t n) |
| u32_t | lwip_htonl (u32_t n) |
| u32_t | lwip_ntohl (u32_t n) |
|
|
Convert an u32_t from host- to network byte order.
|
|
|
Convert an u16_t from host- to network byte order.
|
|
|
Convert an u32_t from network- to host byte order.
|
|
|
Convert an u16_t from network- to host byte order.
|
1.4.5