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

1234567891011>>

/external/iptables/extensions/
H A Dlibipt_REJECT.c117 static void REJECT_print(const void *ip, const struct xt_entry_target *target, argument
130 static void REJECT_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibipt_SAME.c24 " Don't use destination-ip in\n"
42 const struct in_addr *ip; local
53 ip = xtables_numeric_to_ipaddr(arg);
54 if (!ip)
57 range->min_ip = ip->s_addr;
60 ip = xtables_numeric_to_ipaddr(dash+1);
61 if (!ip)
65 range->max_ip = ip->s_addr;
103 static void SAME_print(const void *ip, const struct xt_entry_target *target, argument
134 static void SAME_save(const void *ip, cons argument
[all...]
H A Dlibipt_TTL.c68 static void TTL_save(const void *ip, const struct xt_entry_target *target) argument
88 static void TTL_print(const void *ip, const struct xt_entry_target *target, argument
H A Dlibipt_realm.c87 static void realm_print(const void *ip, const struct xt_entry_match *match, argument
99 static void realm_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibipt_ttl.c54 static void ttl_print(const void *ip, const struct xt_entry_match *match, argument
78 static void ttl_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_NFLOG.c74 static void NFLOG_print(const void *ip, const struct xt_entry_target *target, argument
82 static void NFLOG_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_TCPMSS.c7 #include <netinet/ip.h>
72 static void TCPMSS_print(const void *ip, const struct xt_entry_target *target, argument
83 static void TCPMSS_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_TCPOPTSTRIP.c131 tcpoptstrip_tg_print(const void *ip, const struct xt_entry_target *target, argument
142 tcpoptstrip_tg_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_TPROXY.c25 {.name = "on-ip", .id = P_ADDR, .type = XTTYPE_HOST},
34 {.name = "on-ip", .id = P_ADDR, .type = XTTYPE_HOST,
46 " --on-ip ip Optionally redirect to the given IP\n"
50 static void tproxy_tg_print(const void *ip, const struct xt_entry_target *target, argument
61 tproxy_tg_print4(const void *ip, const struct xt_entry_target *target, argument
74 tproxy_tg_print6(const void *ip, const struct xt_entry_target *target, argument
86 static void tproxy_tg_save(const void *ip, const struct xt_entry_target *target) argument
91 printf(" --on-ip %s",
98 tproxy_tg_save4(const void *ip, cons argument
110 tproxy_tg_save6(const void *ip, const struct xt_entry_target *target) argument
[all...]
H A Dlibxt_cluster.c101 cluster_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
116 cluster_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_connmark.c81 connmark_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
92 connmark_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
102 static void connmark_save(const void *ip, const struct xt_entry_match *match) argument
114 connmark_mt_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_devgroup.c139 static void devgroup_print(const void *ip, const struct xt_entry_match *match, argument
147 static void devgroup_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_limit.c130 limit_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
137 static void limit_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_mark.c59 mark_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
70 mark_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
82 static void mark_mt_save(const void *ip, const struct xt_entry_match *match) argument
94 mark_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_pkttype.c101 static void pkttype_print(const void *ip, const struct xt_entry_match *match, argument
110 static void pkttype_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_quota2.c85 quota_mt2_save(const void *ip, const struct xt_entry_match *match) argument
102 static void quota_mt2_print(const void *ip, const struct xt_entry_match *match, argument
H A Dlibxt_state.c103 state_print(const void *ip, argument
113 static void state_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_statistic.c117 statistic_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
125 static void statistic_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_tos.c81 static void tos_mt_print_v0(const void *ip, const struct xt_entry_match *match, argument
93 static void tos_mt_print(const void *ip, const struct xt_entry_match *match, argument
106 static void tos_mt_save_v0(const void *ip, const struct xt_entry_match *match) argument
115 static void tos_mt_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_u32.c248 static void u32_print(const void *ip, const struct xt_entry_match *match, argument
258 static void u32_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_udp.c106 udp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
122 static void udp_save(const void *ip, const struct xt_entry_match *match) argument
/external/liblzf/
H A Dlzf_c.c109 const u8 *ip = (const u8 *)in_data; local
111 const u8 *in_end = ip + in_len;
139 hval = FRST (ip);
140 while (ip < in_end - 2)
144 hval = NEXT (hval, ip);
146 ref = *hslot + LZF_HSLOT_BIAS; *hslot = ip - LZF_HSLOT_BIAS;
150 && ref < ip /* the next test will actually take care of this, but this is faster */
152 && (off = ip - ref - 1) < MAX_OFF
154 && ref[2] == ip[2]
156 && ((ref[1] << 8) | ref[0]) == ((ip[
[all...]
/external/libppp/src/
H A Diplist.c42 do_inet_aton(const char *start, const char *end, struct in_addr *ip) argument
52 return inet_aton(ipstr, ip);
67 if (!inet_aton(range, &list->cur.ip))
69 list->cur.lstart = ntohl(list->cur.ip.s_addr);
72 if (!do_inet_aton(range, ptr, &list->cur.ip))
75 list->cur.lstart = ntohl(list->cur.ip.s_addr);
87 list->cur.lstart = ntohl(list->cur.ip.s_addr);
133 list->cur.ip.s_addr = INADDR_ANY;
134 return list->cur.ip;
138 list->cur.ip
208 iplist_ip2pos(struct iplist *list, struct in_addr ip) argument
[all...]
/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc35 const int16_t *ip = input; local
39 const int a1 = ip[0] + ip[8];
40 const int b1 = ip[0] - ip[8];
41 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16;
42 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
44 const int temp3 = ip[4] + ((ip[
[all...]
/external/opencv/cvaux/src/
H A Dcvsubdiv2.cpp143 CvPoint ip = cvPoint( cvRound( pt->pt.x ), cvRound( pt->pt.y )); local
146 //printf("count = %d, (%d,%d)\n", ip.x, ip.y );
148 if( 0 <= ip.x && ip.x < src->width && 0 <= ip.y && ip.y < src->height )
150 uchar *ptr = (uchar*)(src->imageData + ip.y * src->widthStep + ip.x * 3);

Completed in 897 milliseconds

1234567891011>>