Searched refs:UDPH_SIZE (Results 1 – 7 of 7) sorted by relevance
28 inline int UDPH_SIZE = @UDPH_SIZE@; variable29 #pragma D binding "1.6.3" UDPH_SIZE
29 SED_REPLACE(UDPH_SIZE)
295 #define UDP_MAXPACKET_IPV4 (IP_MAXPACKET - UDPH_SIZE - IP_SIMPLE_HDR_LENGTH)312 #define UDP_MAXPACKET_IPV6 (IP_MAXPACKET - UDPH_SIZE - IPV6_HDR_LEN)2118 ulp_hdr_len = UDPH_SIZE; in udp_prepend_hdr()2213 error = conn_build_hdr_template(connp, UDPH_SIZE, 0, v6src, v6dst, in udp_build_hdr_template()2226 udpha->uha_length = htons(UDPH_SIZE); /* Filled in later */ in udp_build_hdr_template()2366 hdr_length += UDPH_SIZE; in udp_input()2424 hdr_length = ira->ira_ip_hdr_length + UDPH_SIZE; in udp_input()4749 len = sizeof (ip6_t) + UDPH_SIZE; in udp_do_open()4755 len = sizeof (ipha_t) + UDPH_SIZE; in udp_do_open()
2050 min_ulp_header_length = UDPH_SIZE; in ip_fanout_v6()2282 ASSERT(MBLKL(mp) >= ip_hdr_length + UDPH_SIZE); in ip_fanout_v6()
2394 min_ulp_header_length = UDPH_SIZE; in ip_fanout_v4()2631 ASSERT(MBLKL(mp) >= ip_hdr_length + UDPH_SIZE); in ip_fanout_v4()
2164 size_t esph_offset = (is_natt ? UDPH_SIZE : 0); in esp_submit_req_outbound()2496 esplen += UDPH_SIZE; in esp_outbound()
133 #define UDPH_SIZE 8 macro