From ae33cc6557790a502a01b380b0926944ca2f3cfa Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 26 Sep 2018 10:22:37 +0200 Subject: ntp and udp --- net/icmp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'net/icmp.h') 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); -- cgit v1.2.3