/external/mdnsresponder/mDNSCore/ |
DNSCommon.c | 46 // port and multicast address, which means it won't interoperate with the existing installed base of Multicast DNS responders. 47 // LLMNR uses IPv4 multicast address 224.0.0.252, IPv6 multicast address FF02::0001:0003, and UDP port 5355. 56 #define NSIPCPortAsNumber 5030 // Port used for dnsextd to talk to local nameserver bound to loopback 59 #define DNSEXTPortAsNumber 5352 // Port used for end-to-end DNS operations like LLQ, Updates with Leases, etc. 208 rd->srv.priority, rd->srv.weight, mDNSVal16(rd->srv.port), rd->srv.target.c); break; 221 length += mDNS_snprintf(buffer+length, RemSpc, " Err/Port %d", opt->u.llq.err); 2597 mDNSIPPort port; \/\/ MUST BE FIRST FIELD -- mDNSCoreReceive expects every UDPSocket_struct to begin with mDNSIPPort port member in struct:UDPSocket_struct [all...] |
uDNS.c | 104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) 121 while (*p) // Check if we already have this {interface,address,port,domain} tuple registered 124 mDNSSameAddress(&(*p)->addr, addr) && mDNSSameIPPort((*p)->port, port) && SameDomainName(&(*p)->domain, d)) 126 if (!((*p)->flags & DNSServer_FlagDelete)) debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(port), d->c, interface); 148 (*p)->port = port; 184 &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c, q, q->qname.c, DNSTypeName(q->qtype), 223 mDNSVal16(new->port)); 236 q->qname.c, DNSTypeName(q->qtype), &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c) 1948 mDNSIPPort port = rr->resrec.rdata->u.srv.port; local [all...] |
/external/openssh/ |
channels.c | 115 /* XXX: streamlocal wants a path instead of host:port */ 120 int port_to_connect; /* Connect to 'port'. */ 123 int listen_port; /* Remote side should listen port. */ 126 /* List of all permitted host/port pairs to connect by the user. */ 129 /* List of all permitted host/port pairs to connect by the admin. */ 132 /* Number of permitted host/port pairs in the array permitted by the user. */ 135 /* Number of permitted host/port pair in the array permitted by the admin. */ 138 /* special-case port number meaning allow any port */ 1130 debug2("channel %d: dynamic request: socks4 host %s port %u command %u" 2948 int port, sock; local 3594 int port; local 3874 u_short port; local [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 100 #define NET_IPV4_FALLBACK(jni_env, return_type, syscall_name, java_fd, java_addr, port, null_addr_ok, args...) ({ \ 108 } else if (!inetAddressToSockaddr(jni_env, java_addr, port, _ss, _salen)) { \ 120 if (!inetAddressToSockaddrVerbatim(jni_env, java_addr, port, _ss, _salen)) { \ 322 jint port; local 323 jobject inetAddress = sockaddrToInetAddress(env, ss, &port); 329 return env->NewObject(JniConstants::inetSocketAddressClass, ctor, inetAddress, port); 455 // Fill out the passed-in InetSocketAddress with the sender's IP address and port number. 456 jint port; local 457 jobject sender = sockaddrToInetAddress(env, ss, &port); 462 static jfieldID portFid = env->GetFieldID(JniConstants::inetSocketAddressClass, "port", "I") 480 jint port; local 1510 jint port; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
cdk.h | 122 unsigned short port; member in struct:cdkhdr 153 * shared memory is divided up. There will be one for each port. 207 * Define the port setting structure, and all those defines that go along 209 * port: baud rate, chars, parity, input/output char cooking etc. 312 * Define a structure to communicate serial port signal and data state 348 * port what events we want to be informed about. Fields here use the 359 * Define the port control structure. It is used to do fine grain 360 * control operations on the port. 380 * Define the stats structure kept for each port. This is a useful set 381 * of data collected for each port on the slave. The A_GETSTATS comman [all...] |
ethtool.h | 25 __u8 port; /* Which connector port */ member in struct:ethtool_cmd 501 /* Which connector port. */ 557 #define RXH_L4_B_0_1 (1 << 6) /* src port in case of TCP/UDP/SCTP */ 558 #define RXH_L4_B_2_3 (1 << 7) /* dst port in case of TCP/UDP/SCTP */
|
wanrouter.h | 69 /* identifiers for displaying proc file data for dual port adapters */ 70 #define PROC_DATA_PORT_0 0x8000 /* the data is for port 0 */ 71 #define PROC_DATA_PORT_1 0x8001 /* the data is for port 1 */ 203 unsigned ioport; /* adapter I/O port base */ 204 unsigned long maddr; /* dual-port memory address */ 205 unsigned msize; /* dual-port memory size */ 211 char comm_port; /* Communication Port (PRI=0, SEC=1) */ 214 unsigned udp_port; /* UDP port for management */ 250 #define WANCONFIG_MPPP 107 /* Multi Port PPP over RAW CHDLC */ 319 /* Port options * 409 unsigned char port; \/* board port *\/ member in struct:wanif_conf [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
asequencer.h | 99 #define SNDRV_SEQ_EVENT_PORT_START 63 /* new port was created */ 100 #define SNDRV_SEQ_EVENT_PORT_EXIT 64 /* port was deleted from system */ 101 #define SNDRV_SEQ_EVENT_PORT_CHANGE 65 /* port status/info has changed */ 103 /** port connection changes 158 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */ member in struct:snd_seq_addr 161 /** port connection */ 314 int channels; /* maximum channels per port */ 379 #define SNDRV_SEQ_REMOVE_DEST (1<<2) /* Restrict by destination q:client:port */ 405 /* known port numbers * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
cdk.h | 122 unsigned short port; member in struct:cdkhdr 153 * shared memory is divided up. There will be one for each port. 207 * Define the port setting structure, and all those defines that go along 209 * port: baud rate, chars, parity, input/output char cooking etc. 312 * Define a structure to communicate serial port signal and data state 348 * port what events we want to be informed about. Fields here use the 359 * Define the port control structure. It is used to do fine grain 360 * control operations on the port. 380 * Define the stats structure kept for each port. This is a useful set 381 * of data collected for each port on the slave. The A_GETSTATS comman [all...] |
wanrouter.h | 69 /* identifiers for displaying proc file data for dual port adapters */ 70 #define PROC_DATA_PORT_0 0x8000 /* the data is for port 0 */ 71 #define PROC_DATA_PORT_1 0x8001 /* the data is for port 1 */ 203 unsigned ioport; /* adapter I/O port base */ 204 unsigned long maddr; /* dual-port memory address */ 205 unsigned msize; /* dual-port memory size */ 211 char comm_port; /* Communication Port (PRI=0, SEC=1) */ 214 unsigned udp_port; /* UDP port for management */ 250 #define WANCONFIG_MPPP 107 /* Multi Port PPP over RAW CHDLC */ 319 /* Port options * 409 unsigned char port; \/* board port *\/ member in struct:wanif_conf [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
asequencer.h | 99 #define SNDRV_SEQ_EVENT_PORT_START 63 /* new port was created */ 100 #define SNDRV_SEQ_EVENT_PORT_EXIT 64 /* port was deleted from system */ 101 #define SNDRV_SEQ_EVENT_PORT_CHANGE 65 /* port status/info has changed */ 103 /** port connection changes 158 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */ member in struct:snd_seq_addr 161 /** port connection */ 314 int channels; /* maximum channels per port */ 379 #define SNDRV_SEQ_REMOVE_DEST (1<<2) /* Restrict by destination q:client:port */ 405 /* known port numbers * [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/ |
wanrouter.h | 313 unsigned char port; member in struct:wanif_conf
|