summaryrefslogtreecommitdiff
path: root/net/icmp.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-26 10:22:37 +0200
committerMiguel <m.i@gmx.at>2018-09-26 10:22:37 +0200
commitae33cc6557790a502a01b380b0926944ca2f3cfa (patch)
treee72632052d1c6f6830c40d10d26c04b73aac74c6 /net/icmp.h
parentdaf374435560861681c3e4d14a2d44141aa11abc (diff)
ntp and udp
Diffstat (limited to 'net/icmp.h')
-rw-r--r--net/icmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/icmp.h b/net/icmp.h
index 50613bb..5fbce2e 100644
--- a/net/icmp.h
+++ b/net/icmp.h
@@ -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);