Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h51 #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); in mac_ipv4_header()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1439 ip->ip_off = htons(IP_DF);
1446 ip->ip_off = htons(*ip_mtudisc ? IP_DF : 0);
1448 ip->ip_off = htons(IP_DF);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1236 ipoff & IP_DF ? "-" : "");
1252 ipoff & IP_DF ? "-" : "");
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c194 getflag(uitmp >> 8, IP_DF >> 8, in interpret_ip()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c331 off = IP_DF; in main()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1553 if ((iphp->ip_off & ~htons(IP_DF)) != 0) in sfxge_rx_qpacket_coalesce()
H A Dsfxge_tx.c1629 if (((iphp->ip_off & ~htons(IP_DF)) != 0) || in sfxge_tx_qlso_fragment()