Home
last modified time | relevance | path

Searched refs:IP_DF (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/netinet/
H A Dip.h52 #define IP_DF 0x4000 /* dont fragment flag */ macro
/titanic_44/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c164 iphp->ip_off = htons(IP_DF); in mac_ipv4_header()
/titanic_44/usr/src/stand/lib/inet/
H A Dipv4.c815 if ((curr_off & ~(IP_DF | IP_MF)) == 0) { in ipv4_input()
1007 iphp->ip_off = htons(IP_DF); in ipv4_output()
/titanic_44/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);
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipmon.c1236 ipoff & IP_DF ? "-" : "");
1252 ipoff & IP_DF ? "-" : "");
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c194 getflag(uitmp >> 8, IP_DF >> 8, in interpret_ip()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c318 off = IP_DF; in main()