HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 226 - 250 of 676) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/include/uapi/linux/
netfilter.h 72 __be32 ip; member in union:nf_inet_addr
  /external/iptables/extensions/
libipt_SNAT.c 74 const struct in_addr *ip; local
120 /* Starts with a colon? No IP info...*/
136 ip = xtables_numeric_to_ipaddr(arg);
137 if (!ip)
138 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
140 range.min_ip = ip->s_addr;
142 ip = xtables_numeric_to_ipaddr(dash+1);
143 if (!ip)
144 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
146 range.max_ip = ip->s_addr
    [all...]
libxt_multiport.c 198 entry->ip.proto, entry->ip.invflags);
240 entry->ip.proto, entry->ip.invflags);
315 const struct ipt_ip *ip = ip_void; local
316 __multiport_print(match, numeric, ip->proto);
322 const struct ip6t_ip6 *ip = ip_void; local
323 __multiport_print(match, numeric, ip->proto);
369 const struct ipt_ip *ip = ip_void; local
370 __multiport_print_v1(match, numeric, ip->proto)
376 const struct ip6t_ip6 *ip = ip_void; local
410 const struct ipt_ip *ip = ip_void; local
417 const struct ip6t_ip6 *ip = ip_void; local
458 const struct ipt_ip *ip = ip_void; local
465 const struct ip6t_ip6 *ip = ip_void; local
    [all...]
  /external/iptables/include/linux/netfilter/
xt_osf.h 36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */
37 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */
38 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */
84 struct iphdr ip; member in struct:xt_osf_nlmsg
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_osf.h 24 #include <linux/ip.h>
38 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */
39 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */
40 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */
86 struct iphdr ip; member in struct:xt_osf_nlmsg
  /external/kernel-headers/original/uapi/linux/
netfilter.h 74 __be32 ip; member in union:nf_inet_addr
  /external/libjpeg-turbo/md5/
md5.c 83 const unsigned int *ip = (const unsigned int *)input; local
86 output[i] = le32toh(ip[i]);
  /external/libnetfilter_conntrack/src/conntrack/
bsf.c 540 int ip = f->l3proto[dir][i].addr & f->l3proto[dir][i].mask; local
544 j += nfct_bsf_cmp_k_stack(this, ip, jt - j, j, s);
629 int ip = f->l3proto_ipv6[dir][i].addr[k] & local
637 j += nfct_bsf_cmp_k_stack_jf(this, ip,
642 j += nfct_bsf_cmp_k_stack(this, ip, jf - j,
  /external/libnl/lib/netfilter/
ct.c 438 struct nlattr *tuple, *ip, *proto; local
448 ip = nla_nest_start(msg, CTA_TUPLE_IP);
449 if (!ip)
464 nla_nest_end(msg, ip);
exp.c 345 struct nlattr *tuple, *ip, *proto; local
361 ip = nla_nest_start(msg, CTA_TUPLE_IP);
362 if (!ip)
377 nla_nest_end(msg, ip);
  /external/libpng/contrib/libtests/
timepng.c 265 FILE *ip = fopen(name, "rb"); local
267 if (ip != NULL)
283 if (read_png(ip, -1/*by row*/, fp/*output*/))
285 if (ferror(ip))
298 (void)fclose(ip);
  /external/libunwind/src/arm/
Gex_tables.c 50 unw_word_t ip; /* instruction-pointer we're looking for */ member in struct:arm_cb_data
86 /* Set IP. */
87 dwarf_get (c, c->loc[UNW_ARM_R15], &c->ip);
379 tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
394 if (prel31_to_addr (as, arg, first, &val) < 0 || ip < val)
400 if (ip >= val)
418 if (ip < val)
445 return dwarf_search_unwind_table (as, ip, di, pi, need_unwind_info, arg);
468 if (cb_data->ip >= phdr->p_vaddr + info->dlpi_addr &&
469 cb_data->ip < phdr->p_vaddr + info->dlpi_addr + phdr->p_memsz
    [all...]
  /external/libunwind/src/dwarf/
Gparser.c 61 unw_word_t ip, unw_word_t *addr, unw_word_t end_addr,
85 /* Process everything up to and including the current 'ip',
88 while (curr_ip <= ip && *addr < end_addr)
389 fetch_proc_info (struct dwarf_cursor *c, unw_word_t ip, int need_unwind_info)
393 /* The 'ip' can point either to the previous or next instruction
404 up using the current 'ip' value. That is where execution will
405 continue, and it's important we get this right, as 'ip' could be
409 --ip;
417 ret = unwi_find_dynamic_proc_info (c->as, ip, &c->pi, need_unwind_info,
422 if ((ret = tdep_find_proc_info (c, ip, need_unwind_info)) < 0
573 unw_word_t ip; local
712 unw_word_t regnum, addr, cfa, ip; local
    [all...]
  /external/libunwind/tests/
Gia64-test-nat.c 166 unsigned long ip; local
168 if (__uc_get_ip (uc, &ip) != 0)
170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno);
173 if (__uc_set_ip (uc, ip) != 0)
175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno);
test-coredump-unwind.c 209 long ip = 0; local
215 ip = uc->uc_mcontext.gregs[REG_EIP];
217 ip = uc->uc_mcontext.gregs[REG_RIP];
219 ip = uc->uc_mcontext.arm_pc;
223 ip = uc->uc_mcontext.mc_eip;
225 ip = uc->uc_mcontext.mc_rip;
232 dprintf(2, "signal:%d address:0x%lx ip:0x%lx\n",
238 ip);
327 unw_word_t ip; local
328 ret = unw_get_reg(&c, UNW_REG_IP, &ip);
    [all...]
  /external/ltp/testcases/network/sockets/
ltpClient.c 114 /* get server IP address (no check if input is IP address or DNS name */
122 printf("%s: sending data to '%s' (IP : %s) \n", progName,
443 struct iphdr *ip = netPacket; local
444 struct icmphdr *icmpPtr = netPacket + ip->ihl * 4;
460 tmp_addr.s_addr = ip->saddr;
463 ip->version, ip->ihl * 4, ntohs(ip->tot_len), ip->protocol
588 struct iphdr *ip; local
    [all...]
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 73 int *ip, *iq; local
205 ip = (int *)p1;
208 *ip++ = *iq++;
  /external/lz4/lib/
lz4opt.h 82 const BYTE* const ip,
92 const U32 current = (U32)(ip - base);
103 if (ip + MINMATCH > iHighLimit) return 1;
106 HashPos = &HashTable[LZ4HC_hashPtr(ip)];
118 matchLength = LZ4_count(ip, match, iHighLimit);
120 const BYTE* vLimit = ip + (dictLimit - matchIndex);
123 matchLength = LZ4_count(ip, match, vLimit);
124 if ((ip+matchLength == vLimit) && (vLimit < iHighLimit))
125 matchLength += LZ4_count(ip+matchLength, base+dictLimit, iHighLimit);
132 matches[mnum].off = (int)(ip - match)
222 const BYTE* ip = (const BYTE*) source; local
    [all...]
  /external/lzma/C/
Bcj2.h 71 UInt32 ip; member in struct:__anon28712
111 UInt32 ip; member in struct:__anon28714
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 223 static void alu_nop(struct r300_fragment_program_compiler *c, int ip)
227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) {
228 code->inst[ip].inst0 |= R500_INST_NOP;
237 int ip; local
245 ip = ++code->inst_end;
250 if (ip > 0) {
251 alu_nop(c, ip - 1);
255 code->inst[ip].inst5 = translate_rgb_op(c, inst->RGB.Opcode);
256 code->inst[ip].inst4 = translate_alpha_op(c, inst->Alpha.Opcode);
259 code->inst[ip].inst0 = R500_INST_TYPE_OUT
373 int ip; local
663 int ip; local
    [all...]
radeon_dataflow_deadcode.c 155 struct instruction_state * insts = &s->Instructions[inst->IP];
219 unsigned int ip; local
312 ip = 0;
315 inst = inst->Next, ++ip) {
324 inst->U.I.DstReg.WriteMask = s.Instructions[ip].WriteMask;
325 if (s.Instructions[ip].WriteMask)
328 if (s.Instructions[ip].WriteALUResult)
341 usemask = s.Instructions[ip].WriteMask;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.c 453 int ip = 0; local
465 if (c->temp_start[i] != ip)
487 if (c->temp_end[i] != ip)
507 ip++;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cfg.cpp 146 int ip = this->start_ip; local
148 fprintf(stderr, "%5d: ", ip);
150 ip++;
164 int ip = 0; local
175 set_next_block(&cur, entry, ip);
178 /* set_next_block wants the post-incremented ip */
179 ip++;
203 set_next_block(&cur, next, ip);
215 set_next_block(&cur, next, ip);
227 set_next_block(&cur, cur_endif, ip - 1)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 64 #define OPN(operator, ip) {#operator, OPCODE_##operator, ip}
69 unsigned long ip; /* number of input operands and flags */ member in struct:__anon30537
341 return op_names[i].ip;
    [all...]
  /external/opencv/cv/src/
cvgeometry.cpp 179 CvPoint ip = {0,0}; local
208 if( !is_float && !measure_dist && (ip.x = cvRound(pt.x)) == pt.x && (ip.y = cvRound(pt.y)) == pt.y )
220 if( (v0.y <= ip.y && v.y <= ip.y) ||
221 (v0.y > ip.y && v.y > ip.y) ||
222 (v0.x < ip.x && v.x < ip.x) )
224 if( ip.y == v.y && (ip.x == v.x || (ip.y == v0.y &
    [all...]

Completed in 1672 milliseconds

1 2 3 4 5 6 7 8 91011>>