From 05d86ed530c05ba3f8648ffd7e67f4a593ae58d8 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 27 Sep 2018 11:03:00 +0200 Subject: ntp --- net/ntp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'net/ntp.h') diff --git a/net/ntp.h b/net/ntp.h index 0b7fa00..d5aa457 100644 --- a/net/ntp.h +++ b/net/ntp.h @@ -32,3 +32,4 @@ struct udp_v4_ntp } __attribute__((packed)); uint32_t ntp_generic(struct netdev *dev, uint32_t ip, uint16_t src, uint16_t dst, uint8_t* pos,uint8_t *end); +uint32_t ntp_incoming(uint8_t* start, uint8_t *pos); -- cgit v1.2.3