Searched defs:ip (Results 26 - 50 of 370) sorted by relevance

1234567891011>>

/external/clang/test/FixIt/
H A Ddereference-addressof.c6 void ip(int *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} function
14 ip(a); // expected-warning{{incompatible integer to pointer conversion passing 'int' to parameter of type 'int *'; take the address with &}}
/external/clang/test/Index/
H A Dcomplete-macros.c13 int *ip = nil; local
14 ip = nil;
/external/clang/test/Misc/
H A Dmacro-backtrace.c17 void f(int *ip, float *fp) { argument
18 if (M12(ip, fp)) { }
22 // CHECK-LIMIT: if (M12(ip, fp)) { }
/external/clang/test/Modules/
H A Dmacros.c89 TOP_RIGHT_REDEF *ip = &i; local
115 TOP_RIGHT_REDEF *ip = &i; // expected-warning{{ambiguous expansion of macro 'TOP_RIGHT_REDEF'}} local
/external/clang/test/PCH/
H A Dchain-conversion-lookup.cpp20 int *ip = x.operator int*(); local
/external/clang/test/SemaCXX/
H A Dcondition.cpp43 float *ip; local
44 if (int *ip = ip) {
H A Dnew-delete-0x.cpp17 void bad_news(int *ip) argument
/external/clang/test/SemaTemplate/
H A Dmetafun-apply.cpp30 apply1<add_pointer, int>::type ip = &i; variable
H A Dtypename-specifier-2.cpp16 // FIXME: if we make the declarator below a pointer (e.g., with *ip),
20 bind_metafun<add_pointer, int>::type::type ip = &i; variable
/external/iptables/extensions/
H A Dlibipt_ecn.c26 "[!] --ecn-ip-ect [0..3] Match ECN codepoint in IPv4 header\n");
34 {.name = "ecn-ip-ect", .id = O_ECN_IP_ECT, .type = XTTYPE_UINT8,
71 static void ecn_print(const void *ip, const struct xt_entry_match *match, argument
96 static void ecn_save(const void *ip, const struct xt_entry_match *match) argument
116 printf(" --ecn-ip-ect %d", einfo->ip_ect);
H A Dlibxt_AUDIT.c46 static void audit_print(const void *ip, const struct xt_entry_target *target, argument
67 static void audit_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_CHECKSUM.c40 static void CHECKSUM_print(const void *ip, const struct xt_entry_target *target, argument
52 static void CHECKSUM_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_IDLETIMER.c56 static void idletimer_tg_print(const void *ip, argument
68 static void idletimer_tg_save(const void *ip, argument
H A Dlibxt_SECMARK.c52 static void SECMARK_print(const void *ip, const struct xt_entry_target *target, argument
62 static void SECMARK_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_TEE.c51 static void tee_tg_print(const void *ip, const struct xt_entry_target *target, argument
64 static void tee_tg6_print(const void *ip, const struct xt_entry_target *target, argument
77 static void tee_tg_save(const void *ip, const struct xt_entry_target *target) argument
86 static void tee_tg6_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_comment.c32 comment_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
42 comment_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_cpu.c33 cpu_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
40 static void cpu_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_helper.c33 helper_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
40 static void helper_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_length.c37 length_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
48 static void length_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_osf.c26 #include <netinet/ip.h>
41 " 0 true ip and fingerprint TTL comparison. Works for LAN.\n"
42 " 1 check if ip TTL is less than fingerprint one. Works for global addresses.\n"
84 static void osf_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
91 static void osf_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_quota.c28 quota_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
35 quota_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_socket.c39 socket_mt_save(const void *ip, const struct xt_entry_match *match) argument
48 socket_mt_print(const void *ip, const struct xt_entry_match *match, argument
52 socket_mt_save(ip, match);
H A Dlibxt_tcpmss.c37 tcpmss_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
48 static void tcpmss_save(const void *ip, const struct xt_entry_match *match) argument
/external/liblzf/
H A Dlzf_d.c59 u8 const *ip = (const u8 *)in_data; local
61 u8 const *const in_end = ip + in_len;
66 unsigned int ctrl = *ip++;
79 if (ip + ctrl > in_end)
87 lzf_movsb (op, ip, ctrl);
91 case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++;
92 case 28: *op++ = *ip
[all...]
/external/libppp/src/
H A Diplist.h30 struct in_addr ip; member in struct:iplist_cur

Completed in 1912 milliseconds

1234567891011>>