Home
last modified time | relevance | path

Searched refs:IPH_DF_HTONS (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dconn_opt.c2239 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_build_hdr_template()
2241 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_build_hdr_template()
2344 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_prepend_hdr()
2346 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_prepend_hdr()
H A Dicmp.c1200 IPH_DF_HTONS; in icmp_icmp_input()
1203 ~IPH_DF_HTONS; in icmp_icmp_input()
4605 IPH_DF_HTONS; in icmp_output_newdst()
4608 ~IPH_DF_HTONS; in icmp_output_newdst()
H A Dip_input.c1190 if (ipha->ipha_fragment_offset_and_flags & IPH_DF_HTONS) { in ip_forward_xmit_v4()
H A Dip.c1732 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in icmp_send_reply_v4()
/titanic_44/usr/src/uts/common/inet/
H A Dip.h441 #define IPH_DF_HTONS 0x4000 /* Don't fragment */ macro
445 #define IPH_DF_HTONS 0x0040 /* Don't fragment */ macro
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c952 IPH_DF_HTONS; in udp_icmp_input()
955 ~IPH_DF_HTONS; in udp_icmp_input()
3909 IPH_DF_HTONS; in udp_output_newdst()
3912 ~IPH_DF_HTONS; in udp_output_newdst()
/titanic_44/usr/src/uts/common/inet/iptun/
H A Diptun.c2945 outer4->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in iptun_out_process_ipv4()
2947 outer4->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in iptun_out_process_ipv4()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c999 sctp->sctp_ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in sctp_send_cookie_echo()