Searched refs:UIP_IPH_LEN (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/network/services/ead/src/
H A Dead-pcap.h67 #define UIP_IPH_LEN 20 /* Size of IP header */ macro
69 #define UIP_IPUDPH_LEN (UIP_UDPH_LEN + UIP_IPH_LEN)
H A Dead.c314 sum = chksum(0, (void *) &pktbuf->vhl, UIP_IPH_LEN);
324 len -= UIP_IPH_LEN;

Completed in 80 milliseconds