/external/grub/netboot/ |
linux-asm-io.h | 19 * the two short jumps: using outb's to a nonexistent port seems 22 * On the other hand, I'd like to be sure of a non-existent port: 69 extern void __out##s(unsigned x value, unsigned short port); \ 70 extern inline void __out##s(unsigned x value, unsigned short port) { 76 __OUT1(s,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); } \ 77 __OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); } \ 78 __OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); SLOW_DOWN_IO; } \ 79 __OUT1(s##c_p,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); SLOW_DOWN_IO; } 82 extern unsigned x __in##s(unsigned short port); \ 83 extern inline unsigned x __in##s(unsigned short port) { unsigned x _v [all...] |
/external/iptables/extensions/ |
libip6t_udp.man | 4 .BR "--source-port " "[!] \fIport\fP[:\fIport\fP]" 5 Source port or port range specification. 7 .B --source-port 10 .BR "--destination-port " "[!] \fIport\fP[:\fIport\fP]" 11 Destination port or port range specification. 13 .B --destination-port
|
libipt_udp.man | 4 .BR "--source-port " "[!] \fIport\fP[:\fIport\fP]" 5 Source port or port range specification. 7 .B --source-port 10 .BR "--destination-port " "[!] \fIport\fP[:\fIport\fP]" 11 Destination port or port range specification. 13 .B --destination-port
|
libipt_multiport.man | 2 ports can be specified. A port range (port:port) counts as two 8 .BR "--source-ports " "\fI[!] port\fP[,\fIport\fP[,\fIport:port\fP...]]" 9 Match if the source port is one of the given ports. The flag 13 .BR "--destination-ports " "\fI[!] port\fP[,\fIport\fP[,\fIport:port\fP...]]" 14 Match if the destination port is one of the given ports. The flag 18 .BR "--ports " "\fI[!] port\fP[,\fIport\fP[,\fIport:port\fP...]] [all...] |
/external/kernel-headers/original/asm-arm/ |
ide.h | 29 #define __ide_mm_insw(port,addr,len) readsw(port,addr,len) 30 #define __ide_mm_insl(port,addr,len) readsl(port,addr,len) 31 #define __ide_mm_outsw(port,addr,len) writesw(port,addr,len) 32 #define __ide_mm_outsl(port,addr,len) writesl(port,addr,len)
|
/external/dnsmasq/contrib/port-forward/ |
portforward | 1 # This file is read by /usr/sbin/dnsmasq-portforward and used to set up port 3 # first column of this file, then a DNAT port-forward will be set up 5 # is port number(s). If there is only one, then the port-forward goes to 6 # the same port on the DHCP-client, if there are two seperated with a 7 # colon, then the second number is the port to which the connection 9 # for TCP, but it can done for UDP instead by prefixing the port to "u". 14 # will set up a port forward from port 80 on this host to port 80 [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
io_32.h | 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); } 26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type (…) [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
io_32.h | 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); } 26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type (…) [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/ |
io_32.h | 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); } 26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type (…) [all...] |
/external/bluetooth/bluez/serial/ |
port.c | 57 #include "port.h" 111 struct serial_port *port = l->data; local 115 if (port->uuid && !strcasecmp(port->uuid, pattern)) 116 return port; 118 if (endptr && *endptr == '\0' && port->channel == channel) 119 return port; 121 if (port->dev && !strcmp(port->dev, pattern)) 122 return port; 215 struct serial_port *port = user_data; local 281 struct serial_port *port = user_data; local 323 struct serial_port *port = user_data; local 382 struct serial_port *port = user_data; local 475 struct serial_port *port; local 493 struct serial_port *port; local 540 struct serial_port *port; local 605 struct serial_port *port; local [all...] |
/external/dropbear/ |
dbclient.1 | 7 .I port\fR] [\-i 20 Remote port. 21 Connect to port 22 .I port 33 Local port forwarding. 34 Forward the port 36 on the local host through the SSH connection to port 37 .I port 42 Remote port forwarding. 43 Forward the port [all...] |
/system/core/adb/ |
console.c | 8 int fd, port; local 10 port = adb_get_emulator_console_port(); 11 if (port < 0) { 12 if (port == -2) 18 fd = socket_loopback_client( port, SOCK_STREAM ); 20 fprintf(stderr, "error: could not connect to TCP port %d\n", port);
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 24 __be16 port; member in struct:ip_conntrack_manip_proto::__anon300 27 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon301 33 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon303 57 u_int16_t port; member in struct:ip_conntrack_tuple::__anon305::__anon306::__anon307 60 u_int16_t port; member in struct:ip_conntrack_tuple::__anon305::__anon306::__anon308 66 u_int16_t port; member in struct:ip_conntrack_tuple::__anon305::__anon306::__anon310
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 24 __be16 port; member in struct:ip_conntrack_manip_proto::__anon9239 27 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon9240 33 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon9242 57 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9244::__anon9245::__anon9246 60 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9244::__anon9245::__anon9247 66 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9244::__anon9245::__anon9249
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 24 __be16 port; member in struct:ip_conntrack_manip_proto::__anon9593 27 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon9594 33 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon9596 57 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9598::__anon9599::__anon9600 60 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9598::__anon9599::__anon9601 66 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9598::__anon9599::__anon9603
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 24 __be16 port; member in struct:ip_conntrack_manip_proto::__anon9947 27 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon9948 33 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon9950 57 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9952::__anon9953::__anon9954 60 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9952::__anon9953::__anon9955 66 u_int16_t port; member in struct:ip_conntrack_tuple::__anon9952::__anon9953::__anon9957
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 24 __be16 port; member in struct:ip_conntrack_manip_proto::__anon10366 27 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon10367 33 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon10369 57 u_int16_t port; member in struct:ip_conntrack_tuple::__anon10371::__anon10372::__anon10373 60 u_int16_t port; member in struct:ip_conntrack_tuple::__anon10371::__anon10372::__anon10374 66 u_int16_t port; member in struct:ip_conntrack_tuple::__anon10371::__anon10372::__anon10376
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 24 __be16 port; member in struct:ip_conntrack_manip_proto::__anon10729 27 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon10730 33 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon10732 57 u_int16_t port; member in struct:ip_conntrack_tuple::__anon10734::__anon10735::__anon10736 60 u_int16_t port; member in struct:ip_conntrack_tuple::__anon10734::__anon10735::__anon10737 66 u_int16_t port; member in struct:ip_conntrack_tuple::__anon10734::__anon10735::__anon10739
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 24 __be16 port; member in struct:ip_conntrack_manip_proto::__anon11153 27 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon11154 33 u_int16_t port; member in struct:ip_conntrack_manip_proto::__anon11156 57 u_int16_t port; member in struct:ip_conntrack_tuple::__anon11158::__anon11159::__anon11160 60 u_int16_t port; member in struct:ip_conntrack_tuple::__anon11158::__anon11159::__anon11161 66 u_int16_t port; member in struct:ip_conntrack_tuple::__anon11158::__anon11159::__anon11163
|
/dalvik/libcore/luni/src/main/java/java/net/ |
InetSocketAddress.java | 24 * This class represents a socket endpoint described by a IP address and a port 35 private int port; field in class:InetSocketAddress 38 * Creates a socket endpoint with the given port number {@code port} and 39 * no specified address. The range for valid port numbers is between 0 and 42 * @param port 43 * the specified port number to which this socket is bound. 45 public InetSocketAddress(int port) { 46 this((InetAddress) null, port); 50 * Creates a socket endpoint with the given port number {@code port} an [all...] |
/external/quake/quake/src/WinQuake/ |
vregset.cpp | 32 void loutportb (int port, int val)
34 printf ("port, val: %x %x\n", port, val);
45 int port, temp0, temp1, temp2;
local 55 port = *pregset++;
56 outportb (port, *pregset++);
60 port = *pregset++;
63 temp2 = inportb (port);
66 outportb (port, temp2);
70 port = *pregset++; [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
port-id-map | 2 # port-id-map 4 # This file describes the ttyname to port id mapping. The port id 7 #ttyname (as returned by ttyname(3)) port-id
|
/external/opencore/nodes/pvwavffparsernode/include/ |
pvmf_wavffparser_defs.h | 23 // Port tags 26 /** Enumerated list of port tags supported by the node, 27 ** for the port requests. 35 #define PVMF_WAVFFPARSER_PORT_OUTPUT_FORMATS "x-pvmf/port/formattype" 36 #define PVMF_WAVFFPARSER_PORT_OUTPUT_FORMATS_VALTYPE "x-pvmf/port/formattype;valtype=int32" 46 //during port data processing. 47 //Event data contains the port pointer. 58 //This event is issued whenever a port is deleted. 59 //Observers should discard the port pointer. 60 //Event data contains the port pointer [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2965PortAttributeHandler.java | 45 * <tt>"Port"</tt> cookie attribute handler for RFC 2965 cookie spec. 54 * Parses the given Port attribute value (e.g. "8000,8001,8002") 57 * @param portValue port attribute value 71 throw new MalformedCookieException ("Invalid Port attribute."); 76 throw new MalformedCookieException ("Invalid Port " 83 * Returns <tt>true</tt> if the given port exists in the given 86 * @param port port of host where cookie was received from or being sent to. 87 * @param ports port list 88 * @return true returns <tt>true</tt> if the given port exists i 131 int port = origin.getPort(); local 154 int port = origin.getPort(); local [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
MockSecurityManager.java | 24 MockSecurityManager(int port) { 26 this.validPort = port; 37 public void checkConnect(String host, int port) { 48 super.checkConnect(host, port); 51 public void checkAccept(String host, int port) { 60 if (this.validPort != port) { 67 super.checkAccept(host, port);
|