Searched refs:ud (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_cuseeme.c178 struct udphdr *ud = ip_next(pip); local
180 if (ntohs(ud->uh_ulen) - sizeof(struct udphdr) >= sizeof(struct cu_header)) {
184 cu = udp_next(ud);
189 ud->uh_dport, 0, IPPROTO_UDP, 1);
202 struct udphdr *ud; local
211 ud = ip_next(pip);
212 cu = udp_next(ud);
215 end = (char *)ud + ntohs(ud->uh_ulen);
H A Dalias.c351 struct udphdr *ud; local
360 ud = (struct udphdr *)ip_next(ip);
366 ud->uh_dport, ud->uh_sport,
392 accumulate += ud->uh_sport;
408 ud->uh_sport = original_port;
534 struct udphdr *ud; local
542 ud = (struct udphdr *)ip_next(ip);
548 ud->uh_dport, ud
734 struct udphdr *ud; local
799 struct udphdr *ud; local
1477 struct udphdr *ud; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_desc.c52 tx_ctl = &desc->ud.ds_tx5210.tx_ctl;
70 memset(&desc->ud.ds_tx5210, 0, sizeof(struct ath5k_hw_5210_tx_desc));
164 tx_ctl = &desc->ud.ds_tx5212.tx_ctl;
186 memset(&desc->ud.ds_tx5212, 0, sizeof(struct ath5k_hw_5212_tx_desc));
255 tx_ctl = &desc->ud.ds_tx5210.tx_ctl;
256 tx_status = &desc->ud.ds_tx5210.tx_stat;
307 tx_ctl = &desc->ud.ds_tx5212.tx_ctl;
308 tx_status = &desc->ud.ds_tx5212.tx_stat;
367 rx_ctl = &desc->ud.ds_rx.rx_ctl;
376 memset(&desc->ud
[all...]
H A Ddesc.h321 } ud; member in struct:ath5k_desc
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dhermon.c1401 MLX_FILL_1 ( &wqe->ud.ctrl, 1, ds,
1402 ( ( offsetof ( typeof ( wqe->ud ), data[1] ) / 16 ) ) );
1403 MLX_FILL_1 ( &wqe->ud.ctrl, 2, c, 0x03 /* generate completion */ );
1404 MLX_FILL_2 ( &wqe->ud.ud, 0,
1407 MLX_FILL_2 ( &wqe->ud.ud, 1,
1410 MLX_FILL_1 ( &wqe->ud.ud, 2,
1412 MLX_FILL_1 ( &wqe->ud
[all...]
H A Darbel.c1266 MLX_FILL_1 ( &wqe->ud.ctrl, 0, always1, 1 );
1267 MLX_FILL_2 ( &wqe->ud.ud, 0,
1270 MLX_FILL_2 ( &wqe->ud.ud, 1,
1273 MLX_FILL_2 ( &wqe->ud.ud, 2,
1276 MLX_FILL_1 ( &wqe->ud.ud, 3, ud_address_vector.sl, av->sl );
1278 memcpy ( &wqe->ud
[all...]
H A Darbel.h223 struct arbelprm_wqe_segment_ud ud; member in struct:arbelprm_ud_send_wqe
339 struct arbelprm_ud_send_wqe ud; member in union:arbel_send_wqe
H A Dhermon.h493 struct hermonprm_wqe_segment_ud ud; member in struct:hermonprm_ud_send_wqe
645 struct hermonprm_ud_send_wqe ud; member in union:hermon_send_wqe
H A DMT25218_PRM.h258 /* Send wqe segment ud */
909 struct arbelprm_wqe_segment_ud_st wqe_segment_ud;/* Send wqe segment ud */
2175 pseudo_bit_t ud[0x00001]; /* UD Transport Supported */ member in struct:arbelprm_query_dev_lim_st
H A DMT25408_PRM.h218 /* Send wqe segment ud */
763 struct hermonprm_wqe_segment_ud_st wqe_segment_ud;/* Send wqe segment ud */
2147 pseudo_bit_t ud[0x00001]; /* UD Transport Supported */ member in struct:hermonprm_query_dev_cap_st
2200 pseudo_bit_t fcp_ud_base_23_8[0x00010];/* Hermon New. FC ud QP base QPN */
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py662 def printHostUsbDev(ctx, ud):
663 print " %s: %s (vendorId=%d productId=%d serial=%s) %s" % (ud.id, colored(ud.product, 'blue'), ud.vendorId, ud.productId, ud.serialNumber, asEnumElem(ctx, 'USBDeviceState', ud.state))
665 def printUsbDev(_ctx, ud):
666 print " %s: %s (vendorId=%d productId=%d serial=%s)" % (ud.id, colored(ud
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dmmx.h90 unsigned int ud[2]; /* 2 Unsigned Doubleword */ member in union:__anon3713

Completed in 147 milliseconds