diff options
Diffstat (limited to 'net/inet.h')
| -rw-r--r-- | net/inet.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ #define ICMP_ECHO_REQUEST 8 uint16_t checksum(void *addr, int count); + uint16_t ntohs(uint16_t val); uint16_t htons(uint16_t val); +uint32_t ntohl(uint32_t val); +uint32_t htonl(uint32_t val); + bool net_packet(struct netdev *dev); |
