Home
last modified time | relevance | path

Searched refs:IP_MF (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/core/ipv4/
A Dip_frag.c558 if ((IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0) { in ip_reass()
716 omf = tmp & IP_MF; in ip_frag()
728 tmp = tmp | IP_MF; in ip_frag()
A Dip.c507 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
510 …hdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (ntohs(IPH_OFFS…
/lk-master/external/lib/lwip/include/ipv4/lwip/
A Dip.h129 #define IP_MF 0x2000U /* more fragments flag */ macro

Completed in 5 milliseconds