/external/tcpdump/ |
print-nfs.c | 44 #include "ip.h" 162 struct ip *ip; local 174 switch (IP_V((struct ip *)bp)) { 176 ip = (struct ip *)bp; 177 strlcpy(srcaddr, ipaddr_string(&ip->ip_src), sizeof(srcaddr)); 178 strlcpy(dstaddr, ipaddr_string(&ip->ip_dst), sizeof(dstaddr)); 864 int ipver; /* IP version (4 or 6) */ 866 struct in6_addr client; /* client IP address (net order) * 892 struct ip *ip = NULL; local 944 struct ip *ip = (struct ip *)bp; local [all...] |
print-pim.c | 108 u_short pim_cksum; /* IP style check sum */ 119 #include "ip.h" 253 TCHECK2(bp[8], 20); /* ip header */ 471 * 1 IP (IP version 4) 472 * 2 IP6 (IP version 6) 748 struct ip *ip; local 760 ip = (struct ip *)bp [all...] |
print-tcp.c | 45 #include "ip.h" 62 static int tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp, 114 static int tcp_cksum(register const struct ip *ip, 134 memcpy(&phu.ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t)); 135 if (IP_HL(ip) == 5) 136 memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t)); 138 phu.ph.dst = ip_finddst(ip); 195 register const struct ip *ip local [all...] |
/external/valgrind/main/coregrind/ |
m_stacktrace.c | 57 thread's IP SP, FP if that's meaningful, and LR if that's 102 "fp_max=0x%lx ip=0x%lx fp=0x%lx\n", 122 /* fp is %ebp. sp is %esp. ip is %eip. */ 129 /* Loop unwinding the stack. Note that the IP value we get on 134 * Because of this we subtract one from the IP after each pass 149 /* Try to derive a new (ip,sp,fp) triple from the current 258 "fp_max=0x%lx ip=0x%lx fp=0x%lx\n", 278 /* fp is %rbp. sp is %rsp. ip is %rip. */ 285 /* Loop unwinding the stack. Note that the IP value we get on 290 * Because of this we subtract one from the IP after each pas 411 Addr ip = (Addr)startRegs->r_pc; local 1144 Addr ip = ips[i]; local [all...] |
/external/webrtc/src/modules/audio_processing/aec/ |
aec_rdft.c | 14 * All changes are covered by the WebRTC license and IP grant: 43 static int ip[16]; variable 45 static void bitrv2_32or128(int n, int *ip, float *a) { 50 ip[0] = 0; 57 ip[m + j] = ip[j] + l; 65 j1 = 2 * j + ip[k]; 66 k1 = 2 * k + ip[j]; 106 j1 = 2 * k + m2 + ip[k]; 124 ip[0] = nw [all...] |
/external/webrtc/src/modules/audio_processing/ns/ |
ns_core.h | 79 int ip[IP_LENGTH]; member in struct:NSinst_t_
|
/external/wpa_supplicant_8/src/tls/ |
x509v3.h | 43 u8 *ip; /* iPAddress */ member in struct:x509_name
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 108 int ip; local 109 static_assert((std::is_same<decltype(frexp((double)0, &ip)), double>::value), ""); 110 static_assert((std::is_same<decltype(frexpf(0, &ip)), float>::value), ""); 111 static_assert((std::is_same<decltype(frexpl(0, &ip)), long double>::value), ""); 112 assert(frexp(0, &ip) == 0); 117 int ip = 1; local 118 static_assert((std::is_same<decltype(ldexp((double)0, ip)), double>::value), ""); 119 static_assert((std::is_same<decltype(ldexpf(0, ip)), float>::value), ""); 120 static_assert((std::is_same<decltype(ldexpl(0, ip)), long double>::value), ""); 121 assert(ldexp(1, ip) == 2) 555 int ip; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | 234 int ip; local 235 static_assert((std::is_same<decltype(std::frexp((float)0, &ip)), float>::value), ""); 236 static_assert((std::is_same<decltype(std::frexp((bool)0, &ip)), double>::value), ""); 237 static_assert((std::is_same<decltype(std::frexp((unsigned short)0, &ip)), double>::value), ""); 238 static_assert((std::is_same<decltype(std::frexp((int)0, &ip)), double>::value), ""); 239 static_assert((std::is_same<decltype(std::frexp((unsigned int)0, &ip)), double>::value), ""); 240 static_assert((std::is_same<decltype(std::frexp((long)0, &ip)), double>::value), ""); 241 static_assert((std::is_same<decltype(std::frexp((unsigned long)0, &ip)), double>::value), ""); 242 static_assert((std::is_same<decltype(std::frexp((long long)0, &ip)), double>::value), ""); 243 static_assert((std::is_same<decltype(std::frexp((unsigned long long)0, &ip)), double>::value), "") 253 int ip = 1; local 1151 int ip; local [all...] |
/system/core/sh/ |
var.c | 166 const struct varinit *ip; local 170 for (ip = varinit ; (vp = ip->var) != NULL ; ip++) { 171 if (find_var(ip->text, &vpp, &vp->name_len) != NULL) 175 vp->text = strdup(ip->text); 176 vp->flags = ip->flags; 177 vp->func = ip->func;
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_tables.h | 65 struct ipt_ip ip; member in struct:ipt_entry
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stun.h | 208 uint32 ip() const { return ip_; } function in class:cricket::StunAddressAttribute 211 void SetIP(uint32 ip) { ip_ = ip; }
|
/external/chromium_org/net/dns/ |
dns_transaction.cc | 56 IPAddressNumber ip; local 57 return ParseIPLiteralToNumber(hostname, &ip);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stun.cc | 586 talk_base::IPAddress ip = ipaddr(); local 587 switch (ip.family()) { 589 in_addr v4addr = ip.ipv4_address(); 595 in6_addr v6addr = ip.ipv6_address(); 615 // Invalid ip family or transaction ID, or missing owner.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_eu_emit.c | 2480 int ip; local 2504 int ip; local 2528 int ip; local [all...] |
brw_wm_emit.c | 1535 struct brw_reg ip = brw_ip_reg(); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_dgram.c | 460 int *ip; local 499 ip=(int *)ptr; 500 if (ip != NULL) *ip=b->num; 546 /* (Linux)kernel sets DF bit on outgoing IP packets */ 601 * IP options are used. [all...] |
/external/chromium_org/third_party/re2/re2/ |
compile.cc | 58 Prog::Inst* ip = &inst0[l.p>>1]; local 60 l.p = ip->out1(); 62 l.p = ip->out(); 69 Prog::Inst* ip = &inst0[l.p>>1]; local 71 l.p = ip->out1(); 72 ip->out1_ = val; 74 l.p = ip->out(); 75 ip->set_out(val); 95 Prog::Inst* ip = &inst0[l.p>>1]; local 97 ip->out1_ = l2.p 271 Prog::Inst* ip = new Prog::Inst[inst_cap_]; local 284 Prog::Inst* ip = new Prog::Inst[inst_len_]; local [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 518 _("DHCP, IP range %s -- %s, lease time %s"), 1267 struct ip ip; member in struct:__anon19161 [all...] |
/external/guava/guava-tests/test/com/google/common/net/ |
InetAddressesTest.java | 130 // Shouldn't hit DNS, because it's an IP string literal. 139 // Shouldn't hit DNS, because it's an IP string literal. 155 // Shouldn't hit DNS, because it's an IP string literal. 167 // Shouldn't hit DNS, because it's an IP string literal. 222 InetAddress ip = InetAddresses.forString(ipStr); local 223 assertEquals("1.2.3.4", InetAddresses.toUriString(ip)); 230 InetAddress ip = InetAddresses.forString(ipStr); local 231 assertEquals("[3ffe::1]", InetAddresses.toUriString(ip)); 331 InetAddress ip = InetAddresses.forString(nonCompatAddresses[i]); local 332 assertFalse(InetAddresses.isCompatIPv4Address((Inet6Address) ip)); 350 InetAddress ip = InetAddresses.forString(validCompatAddresses[i]); local 408 InetAddress ip = InetAddresses.forString(non6to4Addresses[i]); local 424 InetAddress ip = InetAddresses.forString(valid6to4Address); local 438 InetAddress ip = InetAddresses.forString(nonTeredoAddresses[i]); local 455 InetAddress ip = InetAddresses.forString(validTeredoAddress); local 490 InetAddress ip = InetAddresses.forString(validIsatapAddresses[i]); local 496 InetAddress ip = InetAddresses.forString(nonIsatapAddresses[i]); local [all...] |
/external/iproute2/include/linux/netfilter_ipv4/ |
ip_tables.h | 2 * 25-Jul-1998 Major changes to allow for ip chain table 8 * Format of an IP firewall descriptor 68 /* Source and destination IP addr */ 70 /* Mask for src and dest IP addr */ 84 /* Values for "flag" field in struct ipt_ip (general ip structure). */ 93 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ 100 parts which are 1) general IP header stuff 2) match specific 103 struct ipt_ip ip; member in struct:ipt_entry 124 * New IP firewall options for [gs]etsockopt at the RAW IP level [all...] |
/external/iptables/include/linux/netfilter_ipv4/ |
ip_tables.h | 2 * 25-Jul-1998 Major changes to allow for ip chain table 8 * Format of an IP firewall descriptor 33 /* Source and destination IP addr */ 35 /* Mask for src and dest IP addr */ 55 /* Values for "flag" field in struct ipt_ip (general ip structure). */ 64 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ 71 parts which are 1) general IP header stuff 2) match specific 74 struct ipt_ip ip; member in struct:ipt_entry 95 * New IP firewall options for [gs]etsockopt at the RAW IP level [all...] |
/external/iputils/ |
ping.c | 63 #include <netinet/ip.h> 100 static void pr_iph(struct iphdr *ip); 709 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet 785 struct iphdr *ip; local 793 /* Check the IP header */ 794 ip = (struct iphdr *)buf; 796 hlen = ip->ihl*4; 797 if (cc < hlen + 8 || ip->ihl < 5) { 803 ttl = ip->ttl; 1281 * Print an IP header with options [all...] |
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_tables.h | 2 * 25-Jul-1998 Major changes to allow for ip chain table 8 * Format of an IP firewall descriptor 22 #include <linux/ip.h> 39 /* Source and destination IP addr */ 41 /* Mask for src and dest IP addr */ 61 /* Values for "flag" field in struct ipt_ip (general ip structure). */ 70 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ 77 parts which are 1) general IP header stuff 2) match specific 81 struct ipt_ip ip; member in struct:ipt_entry 102 * New IP firewall options for [gs]etsockopt at the RAW IP level 325 struct ipt_ip ip; member in struct:compat_ipt_entry [all...] |