|
INET Framework for OMNeT++/OMNEST
|
Macros | |
| #define | __LWIP_INET_H__ |
Functions | |
| u16_t | inet_chksum (void *data, u16_t len) |
| u16_t | inet_chksum_pbuf (struct pbuf *p) |
| u16_t | inet_chksum_pseudo (struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, u8_t proto, u32_t proto_len) |
| u32_t | inet_addr (const char *cp) |
| s8_t | inet_aton (const char *cp, struct in_addr *addr) |
| u16_t | htons (u16_t n) |
| u16_t | ntohs (u16_t n) |
| u32_t | htonl (u32_t n) |
| u32_t | ntohl (u32_t n) |
| #define __LWIP_INET_H__ |
| u32_t htonl | ( | u32_t | n | ) |
| u16_t htons | ( | u16_t | n | ) |
Referenced by inet::ExtLowerUdp::bind(), inet::ExtLowerUdp::connect(), inet::sctp::SctpHeaderSerializer::deserialize(), inet::ExtLowerUdp::processPacketFromUpper(), inet::sctp::SctpHeaderSerializer::serialize(), inet::Ipv4HeaderSerializer::serialize(), and inet::tcp::TcpHeaderSerializer::serialize().
| u32_t inet_addr | ( | const char * | cp | ) |
| s8_t inet_aton | ( | const char * | cp, |
| struct in_addr * | addr | ||
| ) |
| u16_t inet_chksum | ( | void * | data, |
| u16_t | len | ||
| ) |
| u16_t inet_chksum_pbuf | ( | struct pbuf * | p | ) |
| u16_t inet_chksum_pseudo | ( | struct pbuf * | p, |
| struct ip_addr * | src, | ||
| struct ip_addr * | dest, | ||
| u8_t | proto, | ||
| u32_t | proto_len | ||
| ) |
| u32_t ntohl | ( | u32_t | n | ) |