diff options
| author | Miguel <m.i@gmx.at> | 2018-09-26 10:22:37 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-26 10:22:37 +0200 |
| commit | ae33cc6557790a502a01b380b0926944ca2f3cfa (patch) | |
| tree | e72632052d1c6f6830c40d10d26c04b73aac74c6 /net/icmp.h | |
| parent | daf374435560861681c3e4d14a2d44141aa11abc (diff) | |
ntp and udp
Diffstat (limited to 'net/icmp.h')
| -rw-r--r-- | net/icmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,4 +25,5 @@ struct icmp_v4_dst_unreachable { uint8_t data[]; } __attribute__((packed)); +uint32_t icmp_ping(struct netdev *dev, uint32_t ip, uint16_t* pos,uint32_t *end); bool icmp_incoming(struct netdev *dev,struct eth_hdr *hdr); |
