Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dip.c273 if ((ntohs(ip->ip_off) & IP_MF) == 0 && in readipv4()
321 if ((ntohs(ip->ip_off) & IP_MF) == 0) { in readipv4()
359 if ((ntohs(last->ipq_hdr->ip_off) & IP_MF) != 0) { in readipv4()
/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h52 #define IP_MF 0x2000 /* more fragments flag */ macro
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h64 #define IP_MF 0x2000 /* more fragments flag */ macro
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c155 fragment[i].more = (offset & IP_MF); in frag_add()
815 if ((curr_off & ~(IP_DF | IP_MF)) == 0) { in ipv4_input()
843 if (curr_off & IP_MF) { in ipv4_input()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c156 if (ip->ip_off & htons(IP_MF|IP_OFFMASK)) in myri10ge_lro_rx()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c119 morefrag = (ntohs(ip->ip_off) & IP_MF) == 0 ? B_FALSE : B_TRUE; in interpret_ip()
197 getflag(uitmp >> 8, IP_MF >> 8, in interpret_ip()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1235 ipoff & IP_MF ? "+" : "",
1251 ipoff & IP_MF ? "+" : "",
H A Dip_fil.c779 ip->ip_off = htons((u_short)(ip->ip_off | IP_MF));
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2101 #ifndef IP_MF
2102 # define IP_MF ((u_short)0x2000) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1358 off &= IP_MF|IP_OFFMASK;
1360 int morefrag = off & IP_MF;