Searched refs:udph (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/netmap/
H A Dnetmap_offloadings.c112 struct nm_udphdr *udph = (struct nm_udphdr *)(buf + 14 + iphlen); local
115 udph->len = htobe16(len-14-iphlen);
117 check = &udph->check;
118 check_data = (uint8_t *)udph;
/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c2254 struct udphdr *udph; local
2262 udph = &hdr->vxlh_udp;
2263 udph->uh_sport = srcport;
2264 udph->uh_dport = dstport;
2265 udph->uh_ulen = htons(len);
2266 udph->uh_sum = 0;

Completed in 56 milliseconds