/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/clang/test/SemaCXX/ |
overloaded-operator.cpp | 153 int* ip = &r; local
|
/external/dnsmasq/src/ |
dnsmasq.c | 512 _("DHCP, IP range %s -- %s, lease time %s"), 1246 struct ip ip; member in struct:__anon5520 [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 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/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/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...] |
/external/libpcap/ |
pcap-dlpi.c | 436 #define DL_IPATM 0x12 /* ATM Classical IP interface */ 1616 register dl_hp_ppa_info_t *ipstart, *ip; local [all...] |
/external/oprofile/libpp/ |
arrange_profiles.cpp | 800 inverted_profile ip; 801 ip.image = image; 802 ip.groups.resize(nr_classes); 803 app_map[image] = ip; 818 inverted_profile & ip = plist.back(); local 819 extra.find_image_path(ip.image, ip.error, false); 844 inverted_profile & ip = get_iprofile(app_map, local 846 add_to_group(ip.groups[i], pit->image, pit->files); 855 inverted_profile & ip = get_iprofile(app_map local [all...] |
/external/qemu/ |
cpu-exec.c | 1161 unsigned long ip; local [all...] |
/external/qemu/slirp/ |
bootp.h | 96 struct ip ip; member in struct:bootp_t
|
/external/qemu/slirp-android/ |
bootp.h | 96 struct ip ip; member in struct:bootp_t
|
/external/speex/libspeex/ |
smallft.c | 46 int ld, ii, ip, is, nq, nr; local 87 ip=ifac[k1+2]; 89 l2=l1*ip; 91 ipm=ip-1; 273 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, 284 arg=tpi/(float)ip; 287 ipph=(ip+1)>>1; 288 ipp2=ip; 292 t10=ip*ido; 298 for(j=1;j<ip;j++) 578 int ip,iw,ido,idl1,ix2,ix3; local 1159 int nf,ip,iw,ix2,ix3,ido,idl1; local [all...] |
/external/tcpdump/ |
print-icmp6.c | 239 const struct ip6_hdr *ip; local 247 ip = (struct ip6_hdr *)bp2; 258 sum = icmp6_cksum(ip, dp, length); [all...] |
print-pgm.c | 35 #include "ip.h" 153 register const struct ip *ip; local 169 ip = (struct ip *)bp2; 171 if (IP_V(ip) == 6) 176 if (IP_V(ip) == 6) { 193 ipaddr_string(&ip->ip_src), 194 ipaddr_string(&ip->ip_dst)); 217 if (ip->ip_p == IPPROTO_PGM) [all...] |
print-udp.c | 49 #include "ip.h" 140 u_int *ip = (u_int *)hdr; local 147 ip += 2; 165 ip += 1; 181 i2 = ip[0]; 187 ip += optlen; 193 i2 = ip[0]; 199 ip += extlen; 202 printf(" 0x%04x", ip[0] >> 16); 287 static int udp_cksum(register const struct ip *ip 424 register const struct ip *ip; local [all...] |
/external/valgrind/main/coregrind/m_scheduler/ |
scheduler.c | 801 - translation ran normally, set [2] (next guest IP) and set [3] 805 - translation ran normally, set [2] (next guest IP) and set [3] 811 argblock[2] = 0; /* next guest IP is written here */ 831 vg_assert(argblock[2] == 0); /* next guest IP was not written */ 861 Addr ip = VG_(get_IP)(tid); local 865 found = VG_(search_transtab)( NULL, ip, True/*upd_fast_cache*/ ); 868 if (VG_(translate)( tid, ip, /*debug*/False, 0/*not verbose*/, 870 found = VG_(search_transtab)( NULL, ip, True ); 918 Addr ip = VG_(get_IP)(tid); local 920 Bool found = VG_(search_unredir_transtab)( &hcode, ip ); 1561 Addr ip = arg[1]; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
algo.h | 1224 RandomAccessIterator2, random_access_iterator_tag> ip; typedef 1314 random_access_iterator_tag> ip; typedef [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/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 31 /* Source and destination IP addr */ 33 /* Mask for src and dest IP addr */ 53 /* Values for "flag" field in struct ipt_ip (general ip structure). */ 62 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ 69 parts which are 1) general IP header stuff 2) match specific 73 struct ipt_ip ip; member in struct:ipt_entry 94 * New IP firewall options for [gs]etsockopt at the RAW IP level [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_arp.h | 66 unsigned char __ar_sip[4]; /* Sender IP address. */ 68 unsigned char __ar_tip[4]; /* Target IP address. */ 116 #define ARPHRD_IPDDP 777 /* IP-in-DDP tunnel. */ 117 #define ARPHRD_IPGRE 778 /* GRE over IP. */ 173 u_int32_t ip; /* IP address of entry. */ member in struct:arpd_request
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
ip.h | 97 * @(#)ip.h 8.1 (Berkeley) 6/10/93 108 struct ip struct 152 #define IPVERSION 4 /* IP version number */ 156 * Definitions for IP type of service (ip_tos) 167 * Definitions for IP precedence (also in ip_tos) (hopefully unused) 249 #endif /* netinet/ip.h */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 63 struct ipt_ip ip; member in struct:ipt_entry
|