Home
last modified time | relevance | path

Searched refs:IP_FLAGS_DFRAG (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dnet.h377 #define IP_FLAGS_DFRAG 0x4000 /* don't fragments */ macro
/OK3568_Linux_fs/u-boot/net/
H A Dnet.c1450 ip->ip_off = htons(IP_FLAGS_DFRAG); /* Don't fragment */ in net_set_ip_header()