Searched refs:match_size (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dlibgrep.h40 size_t *match_size, bool exact);
H A Dm-fgrep.c71 size_t *match_size, bool exact)
104 *match_size = len;
157 *match_size = end - beg;
70 Fexecute(const void *compiled_pattern, const char *buf, size_t buf_size, size_t *match_size, bool exact) argument
H A Dm-regex.c311 size_t *match_size, bool exact)
400 *match_size = len;
457 *match_size = end - beg;
309 EGexecute(const void *compiled_pattern, const char *buf, size_t buf_size, size_t *match_size, bool exact) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dx_tables.h13 __u16 match_size; member in struct:xt_entry_match::__anon396::__anon397
20 __u16 match_size; member in struct:xt_entry_match::__anon396::__anon398
27 __u16 match_size; member in union:xt_entry_match::__anon396
130 __i += __m->u.match_size) { \
177 (pos)->u.match_size))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h45 u_int16_t match_size; member in struct:ipt_entry_match::__anon213::__anon214
53 u_int16_t match_size; member in struct:ipt_entry_match::__anon213::__anon215
60 u_int16_t match_size; member in union:ipt_entry_match::__anon213
316 __i += __match->u.match_size) { \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dx_tables.h11 u_int16_t match_size; member in struct:xt_entry_match::__anon10104::__anon10105
19 u_int16_t match_size; member in struct:xt_entry_match::__anon10104::__anon10106
26 u_int16_t match_size; member in union:xt_entry_match::__anon10104
324 u_int16_t match_size; member in struct:compat_xt_entry_match::__anon10110::__anon10111
329 u_int16_t match_size; member in struct:compat_xt_entry_match::__anon10110::__anon10112
332 u_int16_t match_size; member in union:compat_xt_entry_match::__anon10110
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debtables.h127 unsigned int match_size; member in struct:ebt_entry_match
323 __i += __match->match_size + \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/netconf/
H A Dnetconf_linux.c47 (match) = (struct ipt_entry_match *) ((int) (match) + (match)->u.match_size))
299 if (match->u.match_size < (IPT_ALIGN(sizeof(struct ipt_entry_match)) +
560 if (match->u.match_size < (IPT_ALIGN(sizeof(struct ipt_entry_match)) +
664 size_t match_size = 0; local
666 match_size += IPT_ALIGN(sizeof(struct ipt_entry_match));
667 match_size += IPT_ALIGN(match_data_size);
669 if (!(entry = realloc(*pentry, (*pentry)->next_offset + match_size))) {
675 entry->next_offset += match_size;
676 entry->target_offset += match_size;
677 memset(match, 0, match_size);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c234 assert(m->u.match_size >= sizeof(STRUCT_ENTRY_MATCH));
235 assert(ALIGN(m->u.match_size) == m->u.match_size);
237 (*off) += m->u.match_size;
H A Dlibiptc.c1899 if (a->u.match_size != b->u.match_size)
1907 for (i = 0; i < a->u.match_size - ALIGN(sizeof(*a)); i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsggrep.c669 size_t match_size; local
674 &match_size, false);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h240 __i += __match->u.match_size) { \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6_tables.h294 __i += __m->u.match_size) { \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c145 m->m->u.match_size = size;
H A Dip6tables.c1049 if (e->u.match_size) {
1235 size += matchp->match->m->u.match_size;
1244 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size);
1245 size += matchp->match->m->u.match_size;
1316 m->m->u.match_size = size;
H A Diptables.c1060 if (e->u.match_size) {
1246 size += matchp->match->m->u.match_size;
1255 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size);
1256 size += matchp->match->m->u.match_size;
1344 m->m->u.match_size = size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dx_tables.c350 u_int16_t msize = cm->u.user.match_size;
363 m->u.user.match_size = msize;
376 u_int16_t msize = m->u.user.match_size - off;
379 put_user(msize, &cm->u.user.match_size))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Dip6tables-save.c112 if (e->u.match_size) {
H A Diptables-save.c118 if (e->u.match_size) {
H A Dip6tables.c1811 size += matchp->match->m->u.match_size;
1820 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size);
1821 size += matchp->match->m->u.match_size;
2135 m->m->u.match_size = size;
2280 m->m->u.match_size = size;
H A Diptables.c1875 size += matchp->match->m->u.match_size;
1884 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size);
1885 size += matchp->match->m->u.match_size;
2224 m->m->u.match_size = size;
2369 m->m->u.match_size = size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtables.c82 m->match_size);
344 left - sizeof(struct ebt_entry_match) < m->match_size)
356 match->check(name, hookmask, e, m->data, m->match_size) != 0) {
566 m->u.match->destroy(m->data, m->match_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c1415 if (a->u.match_size != b->u.match_size)
1423 for (i = 0; i < a->u.match_size - ALIGN(sizeof(*a)); i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_tables.c526 ret = xt_check_match(match, AF_INET6, m->u.match_size - sizeof(*m),
859 i += m->u.match_size) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c517 ret = xt_check_match(match, AF_INET, m->u.match_size - sizeof(*m),
890 i += m->u.match_size) {
1877 i < e.target_offset; i += m.u.match_size) {

Completed in 394 milliseconds