Searched refs:uh_ulen (Results 1 – 4 of 4) sorted by relevance
43 uint16_t uh_ulen; /* udp length */ member
104 (uint32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up)), in vat_print()111 (uint32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8), in vat_print()131 u_int dlen = EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8; in rtp_print()384 ulen = EXTRACT_16BITS(&up->uh_ulen); in udp_print()
168 u16 uh_ulen; /* udp length */ in send_via_bpf() member224 udp.uh_ulen = sum = htons(sizeof(struct udphdr) + len); in send_via_bpf()
1624 udp->uh_ulen = htons((uint16_t)(sizeof(*udp) + length)); in dhcp_makeudppacket()1625 ip->ip_len = udp->uh_ulen; in dhcp_makeudppacket()3232 p.ip.ip_len = p.udp.uh_ulen; in valid_udp_packet()