Home
last modified time | relevance | path

Searched refs:ip_fast_csum (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/
H A Ddebug.c118 if (ip_fast_csum(iph, iph->ihl)) { in DumpPacket()
123 correct_csum = ip_fast_csum(iph, iph->ihl); in DumpPacket()
183 if (ip_fast_csum(iph, iph->ihl)) { in DumpIPPacket()
241 if (ip_fast_csum(iph, iph->ihl)) { in DumpIPPacketToFile()
H A Dip_out.c174 iph->check = ip_fast_csum(iph, iph->ihl); in IPOutputStandalone()
236 iph->check = ip_fast_csum(iph, iph->ihl); in IPOutput()
H A Dip_in.c74 if (ip_fast_csum(iph, iph->ihl)) { in ProcessInIPv4Packet()
H A Dicmp.c116 iph->check = ip_fast_csum(iph, iph->ihl); in ICMPOutput()
H A Dmos_api.c1183 iph->check = ip_fast_csum(iph, iph->ihl); in mtcp_setlastpkt()
/mOS-networking-stack/core/src/include/
H A Dip_in.h10 static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl) in ip_fast_csum() function