Searched refs:uh_ulen (Results 1 – 4 of 4) sorted by relevance
44 u_int16_t uh_ulen; /* udp length */ member
116 (u_int32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up)), in vat_print()123 (u_int32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8), in vat_print()142 u_int dlen = EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8; in rtp_print()404 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()
734 udp->uh_ulen = htons(sizeof(*udp) + length); in make_udp_packet()735 ip->ip_len = udp->uh_ulen; in make_udp_packet()798 packet.ip.ip_len = packet.udp.uh_ulen; in valid_udp_packet()