Searched refs:uh (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnfspwd.pl42 if (m@^/[uh]/@o || s@^/tmp_mnt/@/@o) {
/vbox/src/VBox/Devices/Network/slirp/
H A Dudp.c90 register struct udphdr *uh; local
119 uh = (struct udphdr *)((caddr_t)ip + iphlen);
125 len = RT_N2H_U16((u_int16_t)uh->uh_ulen);
150 if (udpcksum && uh->uh_sum)
153 ((struct ipovly *)ip)->ih_len = uh->uh_ulen;
156 uh->uh_sum = cksum(m, len + sizeof (struct ip));
157 if (uh->uh_sum)
175 if (uh->uh_dport == RT_H2N_U16_C(BOOTP_SERVER))
181 LogFunc(("uh src: %RTnaipv4:%d, dst: %RTnaipv4:%d\n", ip->ip_src, RT_H2N_U16_C(uh
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_nbt.c427 struct udphdr *uh; local
436 uh = (struct udphdr *)ip_next(pip);
437 pmax = (char *)uh + ntohs(uh->uh_ulen);
439 ndh = (NbtDataHeader *)udp_next(uh);
469 if (uh->uh_sum != 0) {
481 ADJUST_CHECKSUM(acc, uh->uh_sum);
866 struct udphdr *uh; local
882 uh = (struct udphdr *)ip_next(pip);
883 nbtarg.uh_sum = &(uh
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp757 RTHANDLEUNION uh; local
758 uh.uInt = 0;
762 uh.hPipe = pHandle->u.hPipe;
763 if (uh.hPipe == NIL_RTPIPE)
765 rc = rtPipePollGetHandle(uh.hPipe, fEvents, &hNative);
769 uh.hSocket = pHandle->u.hSocket;
770 if (uh.hSocket == NIL_RTSOCKET)
772 rc = rtSocketPollGetHandle(uh.hSocket, fEvents, &hNative);
807 && pThis->paHandles[j].u.uInt == uh.uInt)
840 pThis->paHandles[i].u = uh;
905 RTHANDLEUNION const uh = pThis->paHandles[i].u; local
[all...]

Completed in 467 milliseconds