Searched refs:IP_DF (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h52 #define IP_DF 0x4000 /* dont fragment flag */ macro
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h63 #define IP_DF 0x4000 /* dont fragment flag */ macro
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c164 iphp->ip_off = htons(IP_DF);
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c815 if ((curr_off & ~(IP_DF | IP_MF)) == 0) {
1007 iphp->ip_off = htons(IP_DF);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1225 ip->ip_off = htons(IP_DF);
1232 ip->ip_off = htons(*ip_mtudisc ? IP_DF : 0);
1234 ip->ip_off = htons(IP_DF);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1232 ipoff & IP_DF ? "-" : "");
1248 ipoff & IP_DF ? "-" : "");
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c194 getflag(uitmp >> 8, IP_DF >> 8,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c318 off = IP_DF;
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1553 if ((iphp->ip_off & ~htons(IP_DF)) != 0)
H A Dsfxge_tx.c1629 if (((iphp->ip_off & ~htons(IP_DF)) != 0) ||

Completed in 129 milliseconds