Definition in file ip.h.
#include "net.h"
#include "arp.h"
#include <inttypes.h>
Go to the source code of this file.
Defines | |
| #define | IP_TIME_TO_LIVE 128 |
Functions | |
| void | ipSetAddress (uint32_t myIp, uint32_t netmask, uint32_t gatewayIp) |
| uint32_t | ipGetMyAddress (void) |
| void | ipSend (uint32_t dstIp, uint8_t protocol, uint16_t len, uint8_t *data) |
| Send an IP packet. | |
| void | udpSend (uint32_t dstIp, uint16_t dstPort, uint16_t len, uint8_t *data) |
| Send a UDP/IP packet. | |
1.4.2