Searched defs:uh (Results 1 - 8 of 8) sorted by relevance

/external/tcpdump/
H A Dprint-usb.c84 usb_header_print(const pcap_usb_header *uh) argument
88 switch(uh->transfer_type)
106 switch(uh->event_type)
121 direction = get_direction(uh->transfer_type, uh->event_type);
126 printf(" %d:%d:%d", uh->bus_id, uh->device_address, uh->endpoint_number & 0x7f);
H A DsctpHeader.h164 struct sctpChunkDesc uh; member in struct:sctpUnifiedInit
195 struct sctpChunkDesc uh; member in struct:sctpUnifiedSack
231 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbort
236 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbortLight
241 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbortHeavy
254 struct sctpChunkDesc uh; member in struct:sctpUnifiedShutdown
268 struct sctpChunkDesc uh; member in struct:sctpUnifiedOpError
274 struct sctpChunkDesc uh; member in struct:sctpUnifiedStreamError
282 struct sctpChunkDesc uh; member in struct:staleCookieMsg
293 struct sctpChunkDesc uh; member in struct:sctpUnifiedSingleMsg
304 struct sctpChunkDesc uh; member in struct:sctpUnifiedDatagram
309 struct sctpChunkDesc uh; member in struct:sctpECN_echo
315 struct sctpChunkDesc uh; member in struct:sctpCWR
[all...]
H A Dprint-icmp6.c599 struct udphdr *uh; local
621 uh = (struct udphdr *)bp;
622 if (TTEST(uh->uh_dport)) {
624 return(uh);
/external/opencv/cv/src/
H A Dcvcanny.cpp112 Cv32suf ul, uh; local
114 uh.f = (float)high_thresh;
117 high = uh.i;
/external/qemu/slirp-android/
H A Dudp.c85 register struct udphdr *uh; local
112 uh = (struct udphdr *)((caddr_t)ip + iphlen);
118 len = ntohs((u_int16_t)uh->uh_ulen);
134 if (slirp_should_drop(ntohl(ip->ip_dst.addr), ntohs(uh->uh_dport.port),
139 ntohs(uh->uh_sport.port),
141 ntohs(uh->uh_dport.port),
150 ntohs(uh->uh_sport.port),
152 ntohs(uh->uh_dport.port),
170 if (UDPCKSUM && uh->uh_sum) {
173 ((struct ipovly *)ip)->ih_len = uh
[all...]
/external/qemu/slirp/
H A Dudp.c78 register struct udphdr *uh; local
105 uh = (struct udphdr *)((caddr_t)ip + iphlen);
111 len = ntohs((u_int16_t)uh->uh_ulen);
132 if (UDPCKSUM && uh->uh_sum) {
135 ((struct ipovly *)ip)->ih_len = uh->uh_ulen;
137 * uh->uh_sum = cksum(m, len + sizeof (struct ip));
138 * if (uh->uh_sum) {
149 if (ntohs(uh->uh_dport) == BOOTP_SERVER) {
160 if (ntohs(uh->uh_dport) == TFTP_SERVER) {
169 if (so->so_lport != uh
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddrisw_glx.c142 unsigned uw, uh, bw, depth; local
146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
148 *h = uh;
/external/mesa3d/src/glx/
H A Ddrisw_glx.c142 unsigned uw, uh, bw, depth; local
146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
148 *h = uh;

Completed in 172 milliseconds