Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c2298 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_build_hdr_template()
2300 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_build_hdr_template()
2403 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_prepend_hdr()
2405 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_prepend_hdr()
H A Dicmp.c1207 IPH_DF_HTONS; in icmp_icmp_input()
1210 ~IPH_DF_HTONS; in icmp_icmp_input()
4614 IPH_DF_HTONS; in icmp_output_newdst()
4617 ~IPH_DF_HTONS; in icmp_output_newdst()
H A Dip_input.c1197 if (ipha->ipha_fragment_offset_and_flags & IPH_DF_HTONS) { in ip_forward_xmit_v4()
H A Dip.c1730 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in icmp_send_reply_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h442 #define IPH_DF_HTONS 0x4000 /* Don't fragment */ macro
446 #define IPH_DF_HTONS 0x0040 /* Don't fragment */ macro
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1035 IPH_DF_HTONS; in udp_icmp_input()
1038 ~IPH_DF_HTONS; in udp_icmp_input()
4049 IPH_DF_HTONS; in udp_output_newdst()
4052 ~IPH_DF_HTONS; in udp_output_newdst()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2947 outer4->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in iptun_out_process_ipv4()
2949 outer4->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in iptun_out_process_ipv4()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c1001 sctp->sctp_ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in sctp_send_cookie_echo()