Lines Matching refs:uh
123 struct udphdr uh = {0};
136 ip6h.payload_len = htons(sizeof(uh) + sizeof(uint32_t));
144 uh.source = htons(8000);
145 uh.dest = htons(cfg_dst_port);
146 uh.len = ip6h.payload_len;
147 uh.check = 0;
157 iov[3].iov_base = &uh;
158 iov[3].iov_len = sizeof(uh);
172 struct udphdr uh;
179 iov[0].iov_base = &uh;
180 iov[0].iov_len = sizeof(uh);
191 if (ret != sizeof(uh) + sizeof(payload[0]))