Searched refs:local (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/vbox/src/libs/zlib-1.2.6/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localudp.ksh28 # Test ip:::{send,receive} of IPv4 UDP to a local address.
58 local=127.0.0.1
60 $dtrace -c "/usr/sbin/ping -U $local" -qs /dev/stdin <<EOF | grep -v 'is alive'
67 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
74 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local"/
80 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
H A Dtst.ipv4localtcp.ksh28 # Test {ip,tcp}:::{send,receive} of IPv4 TCP to local host.
35 # 3. The local ssh service is not online.
60 local=127.0.0.1
71 PeerAddr => "$local",
74 die "Could not connect to host $local port $tcpport" unless \$s;
85 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
92 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local"/
98 /args[2]->ip_saddr == "$local"
[all...]
H A Dtst.localtcpstate.ksh29 # the local ssh service and sending a test message. This should result
39 # 3. The local ssh service is not online.
65 local=127.0.0.1
76 PeerAddr => "$local",
79 die "Could not connect to host $local port $tcpport" unless \$s;
92 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
99 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
106 /args[2]->ip_saddr == "$local"
[all...]
H A Dtst.ipv4localicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a local address.
46 local=127.0.0.1
48 $dtrace -c "/usr/sbin/ping $local 3" -qs /dev/stdin <<EOF | sort -n
50 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
61 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
H A Dtst.ipv6localicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a local address. This creates a
46 local=::1
58 $dtrace -c "/usr/sbin/ping -A inet6 $local 3" -qs /dev/stdin <<EOF | sort -n
60 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
70 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
/vbox/src/VBox/Devices/PC/ipxe/src/config/
H A Disa.h15 #include <config/local/isa.h>
H A Dentropy.h14 #include <config/local/entropy.h>
H A Dioapi.h17 #include <config/local/ioapi.h>
H A Dnap.h17 #include <config/local/nap.h>
H A Dsanboot.h14 #include <config/local/sanboot.h>
H A Dtime.h14 #include <config/local/time.h>
H A Dtimer.h17 #include <config/local/timer.h>
H A Dumalloc.h14 #include <config/local/umalloc.h>
H A Dconsole.h29 #include <config/local/console.h>
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drowchg.idl29 local,
36 [local]
H A Ddbinit.idl34 [local] HRESULT Initialize();
36 [local] HRESULT Uninitialize();
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathDivU64x64.c38 ; Original local stack when calling _aulldiv
55 ; Set up the local stack for NULL Reminder pointer
61 ; Set up the local stack for Divisor parameter
69 ; Set up the local stack for Dividend parameter
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dulldiv.c38 ; Original local stack when calling _aulldiv
55 ; Set up the local stack for NULL Reminder pointer
61 ; Set up the local stack for Divisor parameter
69 ; Set up the local stack for Dividend parameter
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddbinit.idl34 [local] HRESULT Initialize();
36 [local] HRESULT Uninitialize();
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinedxgi.idl32 local,
42 local,
52 local,
73 local,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinedxgi.idl32 local,
42 local,
52 local,
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dudp.c36 struct sockaddr_tcpip local; member in struct:udp_connection
51 * Bind UDP connection to local port
56 * Opens the UDP connection and binds to the specified local port. If
57 * no local port is specified, the first available port will be used.
64 if ( ! udp->local.st_port ) {
69 udp->local.st_port = htons ( try_port );
76 /* Attempt bind to local port */
78 if ( existing->local.st_port == udp->local.st_port ) {
80 udp, ntohs ( udp->local
101 udp_open_common( struct interface *xfer, struct sockaddr *peer, struct sockaddr *local, int promisc ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Xinput.h97 #define HAS_MOTION_HISTORY(local) ((local)->dev->valuator && (local)->dev->valuator->numMotionEvents)
123 void (*read_input)(struct _LocalDeviceRec *local);
124 int (*control_proc)(struct _LocalDeviceRec *local,
126 void (*close_proc)(struct _LocalDeviceRec *local);
129 Bool (*conversion_proc)(struct _LocalDeviceRec *local,
134 struct _LocalDeviceRec *local,
171 void xf86XInputSetSendCoreEvents(LocalDevicePtr local, Bool always);
191 void xf86MotionHistoryAllocate(LocalDevicePtr local);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Xinput.h98 #define HAS_MOTION_HISTORY(local) ((local)->dev->valuator && (local)->dev->valuator->numMotionEvents)
124 void (*read_input)(struct _LocalDeviceRec *local);
125 int (*control_proc)(struct _LocalDeviceRec *local,
127 void (*close_proc)(struct _LocalDeviceRec *local);
130 Bool (*conversion_proc)(struct _LocalDeviceRec *local,
135 struct _LocalDeviceRec *local,
172 void xf86XInputSetSendCoreEvents(LocalDevicePtr local, Bool always);
192 void xf86MotionHistoryAllocate(LocalDevicePtr local);
[all...]

Completed in 135 milliseconds

1234567891011>>