Tools/NetTest - TCP test passing with connection opened/used/closed
[tpg/acess2.git] / Tools / NetTest_Runner / include / ip.h
index 6f0eb15..b04169a 100644 (file)
@@ -18,7 +18,7 @@ extern uint16_t       IP_Checksum(uint16_t Prev, size_t Length, const void *Data);
 extern void    IP_Send(int IfNum, int AF, const void *Src, const void *Dst, uint8_t proto,
        int BufCount, size_t BufLens[], const void *Bufs[]);
 
-extern bool    IP_Pkt_Check(size_t len, const void *data, size_t *ofs, int AF, const void *Src, const void *Dst, uint8_t proto);
+extern bool    IP_Pkt_Check(size_t len, const void *data, size_t *out_ofs, size_t *out_len, int AF, const void *Src, const void *Dst, uint8_t proto);
 
 #endif
 

UCC git Repository :: git.ucc.asn.au