Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h77 #define IP_SIMPLE_HDR_LENGTH_IN_WORDS 5 macro
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c163 iphp->ip_hl = IP_SIMPLE_HDR_LENGTH_IN_WORDS; in mac_ipv4_header()
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c411 IP_SIMPLE_HDR_LENGTH_IN_WORDS; in ip_csum_hdr()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c1860 | (IP_SIMPLE_HDR_LENGTH_IN_WORDS + RTRALERT_LEN_IN_WORDS); in igmp_sendpkt()
2016 | (IP_SIMPLE_HDR_LENGTH_IN_WORDS + RTRALERT_LEN_IN_WORDS); in igmpv3_sendrpt()
H A Dip.c2337 (uint8_t)((IP_VERSION << 4) + IP_SIMPLE_HDR_LENGTH_IN_WORDS); in ipoptp_first()
5547 (uint8_t)((IP_VERSION << 4) + IP_SIMPLE_HDR_LENGTH_IN_WORDS); in ip_find_hdr_v4()
5668 (uint8_t)((IP_VERSION << 4) + IP_SIMPLE_HDR_LENGTH_IN_WORDS); in ip_find_hdr_v4()
7701 if (opt_len > (15 - IP_SIMPLE_HDR_LENGTH_IN_WORDS)) { in ip_check_optlen()
7711 len = ((size_t)opt_len + IP_SIMPLE_HDR_LENGTH_IN_WORDS) << 2; in ip_check_optlen()
H A Dipsecah.c3064 IP_SIMPLE_HDR_LENGTH_IN_WORDS); in ah_process_ip_options_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h117 #define IP_SIMPLE_HDR_LENGTH_IN_WORDS 5 macro
131 ((IP_VERSION << 4) | IP_SIMPLE_HDR_LENGTH_IN_WORDS)
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c5495 tcp->tcp_ipha->ip_hl = IP_SIMPLE_HDR_LENGTH_IN_WORDS; in tcp_header_init_ipv4()