Searched defs:ip (Results 51 - 75 of 370) sorted by relevance

1234567891011>>

/external/oprofile/libpp/
H A Dpopulate.cpp59 populate_for_image(profile_container & samples, inverted_profile const & ip, argument
62 if (is_spu_profile(ip)) {
63 populate_for_spu_image(samples, ip, symbol_filter,
68 bool ok = ip.error == image_ok;
69 op_bfd abfd(ip.image, symbol_filter,
71 if (!ok && ip.error == image_ok)
72 ip.error = image_format_failure;
74 if (ip.error == image_format_failure)
75 report_image_error(ip, false, samples.extra_found_images);
80 for (size_t i = 0; i < ip
[all...]
/external/qemu/slirp/
H A Dip_output.c58 register struct ip *ip; local
60 register int hlen = sizeof(struct ip );
73 ip = mtod(m, struct ip *);
77 ip->ip_v = IPVERSION;
78 ip->ip_off &= IP_DF;
79 ip->ip_id = htons(ip_id++);
80 ip->ip_hl = hlen >> 2;
97 if ((u_int16_t)ip
[all...]
H A Dtcp_timer.c74 register struct socket *ip, *ipnxt; local
83 ip = tcb.so_next;
84 if (ip == 0)
86 for (; ip != &tcb; ip = ipnxt) {
87 ipnxt = ip->so_next;
88 tp = sototcpcb(ip);
94 if (ipnxt->so_prev != ip)
/external/qemu/slirp-android/
H A Dip_output.c58 register struct ip *ip; local
60 register int hlen = sizeof(struct ip );
73 ip = mtod(m, struct ip *);
77 ip->ip_v = IPVERSION;
78 ip->ip_off &= IP_DF;
79 ip->ip_id = htons(ip_id++);
80 ip->ip_hl = hlen >> 2;
97 if ((u_int16_t)ip
[all...]
H A Dtcp_timer.c74 register struct socket *ip, *ipnxt; local
83 ip = tcb.so_next;
84 if (ip == 0)
86 for (; ip != &tcb; ip = ipnxt) {
87 ipnxt = ip->so_next;
88 tp = sototcpcb(ip);
94 if (ipnxt->so_prev != ip)
/external/tcpdump/
H A Dprint-sunrpc.c47 #include "ip.h"
74 register const struct ip *ip; local
93 switch (IP_V((struct ip *)bp2)) {
95 ip = (struct ip *)bp2;
97 ipaddr_string(&ip->ip_src), srcid,
98 ipaddr_string(&ip->ip_dst), dstid, length);
/external/android-clat/
H A Dchecksum.c19 #include <netinet/ip.h>
100 * ip - the ipv4 header
103 uint32_t ipv4_pseudo_header_checksum(uint32_t current, const struct iphdr *ip, uint16_t len) { argument
106 temp_protocol = htons(ip->protocol);
109 current = ip_checksum_add(current, &(ip->saddr), sizeof(uint32_t));
110 current = ip_checksum_add(current, &(ip->daddr), sizeof(uint32_t));
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp27 int * const * const * const ip = a3; local
/external/clang/test/Sema/
H A Doverloadable-complex.c17 int *ip = foo(fc); local
26 int *ip = foo(fc); local
/external/clang/test/SemaCXX/
H A Dcomplex-overload.cpp17 int *ip = foo(fc); local
26 int *ip = foo(fc); local
/external/clang/test/SemaTemplate/
H A Dimplicit-instantiation-1.cpp21 void test_add(char *cp, int i, int *ip) { argument
24 (void)sizeof(add(ip, ip));
/external/iptables/extensions/
H A Dlibipt_ECN.c32 " --ecn-ip-ect Set the IPv4 ECT codepoint (0 to 3)\n"
44 {.name = "ecn-ip-ect", .id = O_ECN_IP_ECT, .type = XTTYPE_UINT8,
82 static void ECN_print(const void *ip, const struct xt_entry_target *target, argument
106 static void ECN_save(const void *ip, const struct xt_entry_target *target) argument
124 printf(" --ecn-ip-ect %d", einfo->ip_ect);
H A Dlibipt_ULOG.c78 static void ULOG_save(const void *ip, const struct xt_entry_target *target) argument
97 static void ULOG_print(const void *ip, const struct xt_entry_target *target, argument
H A Dlibipt_ah.c55 static void ah_print(const void *ip, const struct xt_entry_match *match, argument
68 static void ah_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_CLASSIFY.c52 CLASSIFY_print(const void *ip, argument
63 CLASSIFY_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_CONNSECMARK.c74 CONNSECMARK_print(const void *ip, const struct xt_entry_target *target, argument
85 CONNSECMARK_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_DSCP.c78 static void DSCP_print(const void *ip, const struct xt_entry_target *target, argument
87 static void DSCP_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_LED.c71 static void LED_print(const void *ip, const struct xt_entry_target *target, argument
95 static void LED_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_connbytes.c111 connbytes_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
131 static void connbytes_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_dscp.c78 dscp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
85 static void dscp_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_esp.c50 esp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
62 static void esp_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_mac.c50 mac_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
61 static void mac_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_physdev.c84 physdev_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
107 static void physdev_save(const void *ip, const struct xt_entry_match *match) argument
/external/libvpx/libvpx/vp8/encoder/
H A Ddct.c18 short *ip = input; local
23 a1 = ((ip[0] + ip[3])<<3);
24 b1 = ((ip[1] + ip[2])<<3);
25 c1 = ((ip[1] - ip[2])<<3);
26 d1 = ((ip[0] - ip[3])<<3);
34 ip
69 short *ip = input; local
[all...]
/external/openssh/
H A Daudit-linux.c44 const char *hostname, const char *ip, const char *ttyn, int success)
58 username == NULL ? uid : -1, hostname, ip, ttyn, success);
43 linux_audit_record_event(int uid, const char *username, const char *hostname, const char *ip, const char *ttyn, int success) argument

Completed in 349 milliseconds

1234567891011>>