Searched defs:ip (Results 101 - 125 of 639) sorted by relevance

1234567891011>>

/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.c62 #include "ip.h"
89 register const struct ip *ip; local
108 switch (IP_V((struct ip *)bp2)) {
110 ip = (struct ip *)bp2;
112 ipaddr_string(&ip->ip_src), srcid,
113 ipaddr_string(&ip->ip_dst), dstid, length);
/external/chromium_org/chrome/browser/extensions/api/diagnostics/
H A Ddiagnostics_api_chromeos.cc27 const std::string& ip,
32 std::string* ip,
53 *ip = iterator.key();
61 std::string ip; local
63 if (!succeeded || !ParseResult(status, &ip, &latency)) {
67 ip,
86 parameters_->options.ip, config,
31 ParseResult(const std::string& status, std::string* ip, double* latency) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddct.c18 short *ip = input; local
23 a1 = ((ip[0] + ip[3]) * 8);
24 b1 = ((ip[1] + ip[2]) * 8);
25 c1 = ((ip[1] - ip[2]) * 8);
26 d1 = ((ip[0] - ip[3]) * 8);
34 ip
69 short *ip = input; local
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DBra86.c11 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding) argument
17 ip += 5;
59 dest = (ip + (UInt32)bufferPos) + src;
61 dest = src - (ip + (UInt32)bufferPos);
/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/Modules/
H A Dmacros2.c39 LEFT_RIGHT_IDENTICAL *ip = &i; local
/external/clang/test/Sema/
H A Doverloadable-complex.c17 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 Dlibip6t_NETMAP.c52 static void NETMAP_print(const void *ip, const struct xt_entry_target *target, argument
71 static void NETMAP_save(const void *ip, const struct xt_entry_target *target) argument
74 NETMAP_print(ip, target, 0);
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.c79 static void ULOG_save(const void *ip, const struct xt_entry_target *target) argument
98 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.c56 CLASSIFY_print(const void *ip, argument
67 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.c73 static void LED_print(const void *ip, const struct xt_entry_target *target, argument
97 static void LED_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_dscp.c79 dscp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
86 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.c85 physdev_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
108 static void physdev_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_rpfilter.c53 rpfilter_print_prefix(const void *ip, const void *matchinfo, argument
69 rpfilter_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
72 return rpfilter_print_prefix(ip, match->data, "");
75 static void rpfilter_save(const void *ip, const struct xt_entry_match *match) argument
77 return rpfilter_print_prefix(ip, match->data, "--");
/external/kernel-headers/original/uapi/linux/
H A Datmarp.h38 __be32 ip; /* IP address (act_need only) */ member in struct:atmarp_ctrl
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_among.h36 __be32 ip; member in struct:ebt_mac_wormhash_tuple

Completed in 768 milliseconds

1234567891011>>