Searched refs:match_len (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_nat_helper.h14 unsigned int match_len,
22 unsigned int match_len,
27 match_offset, match_len,
35 unsigned int match_len,
18 nf_nat_mangle_tcp_packet(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int match_offset, unsigned int match_len, const char *rep_buffer, unsigned int rep_len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_helper.c99 unsigned int match_len,
110 data + match_offset + match_len,
112 match_offset + match_len));
118 if (rep_len > match_len) {
120 "%u from %u bytes\n", rep_len - match_len, skb->len);
121 skb_put(skb, rep_len - match_len);
124 "%u from %u bytes\n", match_len - rep_len, skb->len);
125 __skb_trim(skb, skb->len + rep_len - match_len);
160 unsigned int match_len,
172 if (rep_len > match_len
96 mangle_contents(struct sk_buff *skb, unsigned int dataoff, unsigned int match_offset, unsigned int match_len, const char *rep_buffer, unsigned int rep_len) argument
156 __nf_nat_mangle_tcp_packet(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int match_offset, unsigned int match_len, const char *rep_buffer, unsigned int rep_len, bool adjust) argument
217 nf_nat_mangle_udp_packet(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int match_offset, unsigned int match_len, const char *rep_buffer, unsigned int rep_len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenchint.c170 int match_len = 0; local
174 while (h_pos + match_len < h_len && n_pos + match_len < n_len &&
175 needle[n_pos + match_len] == haystack[h_pos + match_len])
176 match_len++;
177 if (match_len <= 8)
188 match_len++;
190 if (match_len <= 14)
194 *match_len_ptr = match_len;
215 find_sample_match(const uint8_t *data, int len, HintSampleQueue *queue, int *pos, int *match_sample, int *match_offset, int *match_len) argument
270 output_match(AVIOContext *out, int match_sample, int match_offset, int match_len, int *entries) argument
289 int match_sample, match_offset, match_len, pos; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenchint.c169 int match_len = 0; local
173 while (h_pos + match_len < h_len && n_pos + match_len < n_len &&
174 needle[n_pos + match_len] == haystack[h_pos + match_len])
175 match_len++;
176 if (match_len <= 8)
187 match_len++;
189 if (match_len <= 14)
193 *match_len_ptr = match_len;
214 find_sample_match(const uint8_t *data, int len, HintSampleQueue *queue, int *pos, int *match_sample, int *match_offset, int *match_len) argument
269 output_match(AVIOContext *out, int match_sample, int match_offset, int match_len, int *entries) argument
288 int match_sample, match_offset, match_len, pos; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_sip.h61 int (*match_len)(const struct nf_conn *ct, member in struct:sip_header
74 .match_len = (__match), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_overflow.c515 u_int32_t match_len, max_data, page_sz; local
531 memcpy(&match_len, HOFFPAGE_TLEN(match->data), sizeof(u_int32_t));
533 max_data = (dbt_len < match_len ? dbt_len : match_len);
548 if ((ret = __db_goff(dbp, ip, txn, &local_match, match_len,
602 if (dbt_len > match_len) /* DBT is longer than the match key. */
604 else if (match_len > dbt_len) /* DBT is shorter than the match key. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dmlme.c755 int match_len; member in struct:cfg80211_action_registration
761 const u8 *match_data, int match_len)
766 nreg = kzalloc(sizeof(*reg) + match_len, GFP_KERNEL);
773 int mlen = min(match_len, reg->match_len);
786 memcpy(nreg->match, match_data, match_len);
787 nreg->match_len = match_len;
889 if (reg->match_len > action_data_len)
892 if (memcmp(reg->match, action_data, reg->match_len))
760 cfg80211_mlme_register_action(struct wireless_dev *wdev, u32 snd_pid, const u8 *match_data, int match_len) argument
[all...]
H A Dcore.h335 const u8 *match_data, int match_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c2445 int match_len; /* Length of the character (or collating element) local
2482 match_len = (mblen_buf[index] == 0)? 1 : mblen_buf[index];
2491 strncpy(buffer, (const char *) (buf_begin + index), match_len);
2492 buffer[match_len] = '\0';
2502 match_len = op_len;
2516 match_len = op_len;
2545 return match ? match_len : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_sip.c414 *matchlen = hdr->match_len(ct, dptr, limit, &shift);
446 *matchlen = hdr->match_len(ct, dptr, limit, &shift);
712 *matchlen = hdr->match_len(ct, dptr, limit, &shift);

Completed in 199 milliseconds