Searched refs:expect (Results 26 - 50 of 59) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_ftp.c168 struct ip_conntrack_expect *expect)
178 expect->seq, ct_ftp_info->len,
203 newtuple.src.u.tcp.port = expect->tuple.src.u.tcp.port;
209 if (ip_conntrack_change_expect(expect, &newtuple) == 0)
216 expect->seq - ntohl(tcph->seq),
314 ftp[i].expect = ftp_nat_expected;
164 ftp_data_fixup(const struct ip_ct_ftp_expect *ct_ftp_info, struct ip_conntrack *ct, struct sk_buff **pskb, enum ip_conntrack_info ctinfo, struct ip_conntrack_expect *expect) argument
H A Dip_nat_h323.c229 struct ip_conntrack_expect *expect)
247 if (!between(expect->seq + 6, ntohl(tcph->seq),
252 expect->seq,
279 newtuple.src.u.tcp.port = expect->tuple.src.u.tcp.port;
282 newtuple.src.u.udp.port = expect->tuple.src.u.udp.port;
292 if (ip_conntrack_change_expect(expect, &newtuple) == 0)
225 h323_data_fixup(struct ip_ct_h225_expect *info, struct ip_conntrack *ct, struct sk_buff **pskb, enum ip_conntrack_info ctinfo, struct ip_conntrack_expect *expect) argument
H A Dip_autofw.c157 struct ip_conntrack_expect expect, *exp = &expect; local
220 struct ip_conntrack_expect expect, *exp = &expect; local
H A Dip_conntrack_ftp.c232 struct ip_conntrack_expect expect, *exp = &expect; local
322 memset(&expect, 0, sizeof(expect));
362 ip_conntrack_expect_related(ct, &expect);
H A Dip_nat_standalone.c54 return master->nat.info.helper->expect(pskb, hooknum, ct, info);
125 && master_ct(ct)->nat.info.helper->expect) {
H A Dip_nat_tftp.c161 tftp[i].expect = tftp_nat_expected;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_ftp.c168 struct ip_conntrack_expect *expect)
178 expect->seq, ct_ftp_info->len,
203 newtuple.src.u.tcp.port = expect->tuple.src.u.tcp.port;
209 if (ip_conntrack_change_expect(expect, &newtuple) == 0)
216 expect->seq - ntohl(tcph->seq),
314 ftp[i].expect = ftp_nat_expected;
164 ftp_data_fixup(const struct ip_ct_ftp_expect *ct_ftp_info, struct ip_conntrack *ct, struct sk_buff **pskb, enum ip_conntrack_info ctinfo, struct ip_conntrack_expect *expect) argument
H A Dip_nat_h323.c229 struct ip_conntrack_expect *expect)
247 if (!between(expect->seq + 6, ntohl(tcph->seq),
252 expect->seq,
279 newtuple.src.u.tcp.port = expect->tuple.src.u.tcp.port;
282 newtuple.src.u.udp.port = expect->tuple.src.u.udp.port;
292 if (ip_conntrack_change_expect(expect, &newtuple) == 0)
225 h323_data_fixup(struct ip_ct_h225_expect *info, struct ip_conntrack *ct, struct sk_buff **pskb, enum ip_conntrack_info ctinfo, struct ip_conntrack_expect *expect) argument
H A Dip_autofw.c157 struct ip_conntrack_expect expect, *exp = &expect; local
220 struct ip_conntrack_expect expect, *exp = &expect; local
H A Dip_conntrack_ftp.c232 struct ip_conntrack_expect expect, *exp = &expect; local
322 memset(&expect, 0, sizeof(expect));
362 ip_conntrack_expect_related(ct, &expect);
H A Dip_nat_standalone.c54 return master->nat.info.helper->expect(pskb, hooknum, ct, info);
125 && master_ct(ct)->nat.info.helper->expect) {
H A Dip_nat_tftp.c161 tftp[i].expect = tftp_nat_expected;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/tests/
H A DMakefile267 EXPECT1=${TDIR}/expect.1
268 EXPECT2=${TDIR}/expect.2
269 # Target which generates the expect files for the new testcase.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_nat_helper.h36 unsigned int (*expect)(struct sk_buff **pskb, member in struct:ip_nat_helper
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_nat_helper.h36 unsigned int (*expect)(struct sk_buff **pskb, member in struct:ip_nat_helper
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ite-boards/generic/
H A Dint-handler.S35 andi a0, t0, CAUSEF_IP2 # the only int we expect at this time
/asus-wl-520gu-7.0.1.45/src/router/samba/source/pam_smbpass/
H A Dsupport.c477 int i, expect; local
533 expect = 2;
535 expect = 1;
549 if (expect == 2) {
564 _pam_drop_reply( resp, expect );
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dcheck.c396 unsigned long expect,curr,this,clusters,prev,walk,clusters2; local
405 expect = FSTART(file->parent,fs);
406 if (FSTART(file,fs) != expect) {
408 path_name(file),FSTART(file,fs),expect);
409 MODIFY_START(file,expect,fs);
415 expect = file->parent->parent ? FSTART(file->parent->parent,fs):0;
416 if (fs->root_cluster && expect == fs->root_cluster)
417 expect = 0;
418 if (FSTART(file,fs) != expect) {
420 path_name(file),FSTART(file,fs),expect);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dnvram.c503 unsigned short expect; local
507 expect = __nvram_read_byte(PC_CKS_LOC)<<8 |
509 return ((sum & 0xffff) == expect);
611 unsigned short expect; local
619 expect = __nvram_read_byte(COBT_CMOS_CHECKSUM) << 8 |
621 return ((sum & 0xffff) == expect);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dchgpasswd.c228 static int expect(int master, char *issue, char *expected) function
237 DEBUG(100, ("expect: sending [%s]\n", issue));
240 DEBUG(2,("expect: (short) write returned %d\n", len ));
273 DEBUG(100, ("expect: expected [%s] received [%s] match %s\n",
280 DEBUG(2, ("expect: %s\n", strerror(errno)));
285 DEBUG(10,("expect: returning %s\n", match ? "True" : "False" ));
309 if (!expect(master, issue, expected))
323 if (!expect(master, issue, expected))
/asus-wl-520gu-7.0.1.45/src/router/ppp/chat/
H A Dchat.c7 * 1 - invalid argument, expect string too large, etc.
51 * expect string must be quoted.
266 * [...[[expect[-say[-expect...]] say expect[-say[-expect]] ...]]]
893 * Process the expect string
899 char *expect; local
943 * Fetch the expect and reply string.
946 expect
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/chat/
H A Dchat.c7 * 1 - invalid argument, expect string too large, etc.
51 * expect string must be quoted.
282 * [...[[expect[-say[-expect...]] say expect[-say[-expect]] ...]]]
923 * Process the expect string
929 char *expect; local
973 * Fetch the expect and reply string.
976 expect
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/chat/
H A Dchat.c7 * 1 - invalid argument, expect string too large, etc.
51 * expect string must be quoted.
282 * [...[[expect[-say[-expect...]] say expect[-say[-expect]] ...]]]
927 * Process the expect string
933 char *expect; local
977 * Fetch the expect and reply string.
980 expect
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dplural.y47 %expect 7
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpcd.c598 int expect[5] = {1,1,1,0x14,0xeb}; local
611 for(i=0;i<5;i++) flg &= (RR(0,i+1) == expect[i]);

Completed in 301 milliseconds

123