Searched refs:match_offset (Results 1 - 5 of 5) 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.h13 unsigned int match_offset,
21 unsigned int match_offset,
27 match_offset, match_len,
34 unsigned int match_offset,
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.c98 unsigned int match_offset,
109 memmove(data + match_offset + rep_len,
110 data + match_offset + match_len,
112 match_offset + match_len));
115 memcpy(data + match_offset, rep_buffer, rep_len);
159 unsigned int match_offset,
184 match_offset, match_len, rep_buffer, rep_len);
220 unsigned int match_offset,
233 match_offset + match_len)
249 match_offset, match_le
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.c211 * @param match_offset the offset of the matched segment within the sample
217 int *match_sample, int *match_offset,
228 sample->size, pos, match_offset, match_len) == 0) {
232 sample->offset = *match_offset + *match_len + 5;
271 int match_offset, int match_len, int *entries)
277 avio_wb32(out, match_offset);
289 int match_sample, match_offset, match_len, pos; local
291 &match_offset, &match_len) < 0)
296 output_match(out, match_sample, match_offset, match_len, entries);
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenchint.c210 * @param match_offset the offset of the matched segment within the sample
216 int *match_sample, int *match_offset,
227 sample->size, pos, match_offset, match_len) == 0) {
231 sample->offset = *match_offset + *match_len + 5;
270 int match_offset, int match_len, int *entries)
276 avio_wb32(out, match_offset);
288 int match_sample, match_offset, match_len, pos; local
290 &match_offset, &match_len) < 0)
295 output_match(out, match_sample, match_offset, match_len, entries);
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsggrep.c670 size_t match_offset; local
672 match_offset =
675 return (match_offset != (size_t) -1);

Completed in 49 milliseconds