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

1234567891011>>

/freebsd-10.0-release/contrib/ipfilter/rules/
H A Dexample.36 # pass through packets to and from localhost.
8 pass in from 127.0.0.1/32 to 127.0.0.1/32
13 pass in from 10.1.3.1/32 to any
14 pass in from 10.1.3.2/32 to any
15 pass in from 10.1.3.3/32 to any
16 pass in from 10.1.3.4/32 to any
17 pass in from 10.1.3.5/32 to any
18 pass in from 10.1.0.13/32 to any
19 pass in from 10.1.1.1/32 to any
20 pass i
[all...]
H A Dexample.56 pass in from 10.1.1.2 to 10.2.1.1
11 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
16 pass in proto udp from 10.2.2.2 port != 53 to localhost
25 pass in from any to any with ipopts
H A Dexample.95 pass in all with opt sec
10 pass out on le1 all with opt sec-class topsecret
12 pass in on le1 all with opt sec-class topsecret
H A Dexample.115 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
10 pass in proto udp from 10.2.2.2 port != 53 to localhost
20 pass in proto tcp/udp from any to any port 512 <> 515
25 pass in proto tcp/udp all
H A Dserver8 pass in quick on le0 from 128.1.40.0/24 to any
11 pass in quick on le1 from any to any
H A Dexample.139 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
13 pass in on ppp0 fastroute proto udp all
17 pass in on le0 to le1:10.3.3.1 proto icmp all
H A Dexample.102 # pass ack packets (ie established connection)
4 pass in proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
5 pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
H A Dtcpstate5 pass out quick on le0 proto tcp from any to any flags S/SAFR keep state
9 # allow nameserver queries and replies to pass through, but no other UDP
11 pass out quick on le0 proto udp from any to any port = 53 keep state
H A DBASIC_1.FW41 pass in quick on lo0 all
42 pass out quick on lo0 all
60 pass in quick proto udp from any to any port = 53 keep state group 202
65 #pass in quick proto udp from any to w.x.y.z/32 port = 53 keep state group 202
66 #pass out quick on ppp0 proto udp from a.b.c.d/32 to any port = 53 keep state
70 pass in quick proto tcp from any to any port = ftp keep state group 201
71 pass in quick proto tcp from any to any port = ftp-data keep state group 201
72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101
76 pass in quick proto udp from any to any port = ntp keep state group 202
80 pass i
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_p8d.c63 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, int passlen) argument
65 return PKCS12_item_decrypt_d2i(p8->algor, ASN1_ITEM_rptr(PKCS8_PRIV_KEY_INFO), pass,
H A Dp12_kiss.c65 static int parse_pk12( PKCS12 *p12, const char *pass, int passlen,
68 static int parse_bags( STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass,
71 static int parse_bag( PKCS12_SAFEBAG *bag, const char *pass, int passlen,
80 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, argument
106 if(!pass || !*pass) {
107 if(PKCS12_verify_mac(p12, NULL, 0)) pass = NULL;
108 else if(PKCS12_verify_mac(p12, "", 0)) pass = "";
113 } else if (!PKCS12_verify_mac(p12, pass, -1)) {
127 if (!parse_pk12 (p12, pass,
179 parse_pk12(PKCS12 *p12, const char *pass, int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts) argument
224 parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts) argument
[all...]
/freebsd-10.0-release/contrib/dialog/
H A Dargv.c36 int pass; local
40 for (pass = 0; pass < 2; ++pass) {
52 if (pass)
59 if (pass) {
67 if (pass) {
72 if (pass)
77 if (pass) {
83 if (!pass) {
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dpasses.c83 #include "tree-pass.h"
300 /* The root of the compilation pass tree, once constructed. */
303 /* Iterate over the pass tree allocating dump file numbers. We want
304 to do this depth first, and independent of whether the pass is
308 register_one_dump_file (struct tree_opt_pass *pass, bool ipa, int properties)
317 if (pass->static_pass_number != -1)
318 sprintf (num, "%d", ((int) pass->static_pass_number < 0
319 ? 1 : pass->static_pass_number));
321 dot_name = concat (".", pass->name, num, NULL);
329 flag_name = concat (prefix, pass
307 register_one_dump_file(struct tree_opt_pass *pass, bool ipa, int properties) argument
337 register_dump_files_1(struct tree_opt_pass *pass, bool ipa, int properties) argument
371 register_dump_files(struct tree_opt_pass *pass, bool ipa, int properties) argument
382 next_pass_1(struct tree_opt_pass **list, struct tree_opt_pass *pass) argument
826 execute_one_pass(struct tree_opt_pass *pass) argument
928 execute_pass_list(struct tree_opt_pass *pass) argument
942 execute_ipa_pass_list(struct tree_opt_pass *pass) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSpiller.h35 Spiller* createSpiller(MachineFunctionPass &pass,
41 Spiller *createInlineSpiller(MachineFunctionPass &pass,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp40 ARCAssignChecker(MigrationPass &pass) : Pass(pass) { } argument
75 void trans::makeAssignARCSafe(MigrationPass &pass) { argument
76 ARCAssignChecker assignCheck(pass);
77 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransUnusedInitDelegate.cpp41 UnusedInitRewriter(MigrationPass &pass) argument
42 : Body(0), Pass(pass) { }
75 void trans::rewriteUnusedInitDelegate(MigrationPass &pass) { argument
76 BodyTransform<UnusedInitRewriter> trans(pass);
77 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransEmptyStatementsAndDealloc.cpp156 EmptyStatementsRemover(MigrationPass &pass) : Pass(pass) { } argument
200 static void cleanupDeallocOrFinalize(MigrationPass &pass) { argument
201 ASTContext &Ctx = pass.Ctx;
202 TransformActions &TA = pass.TA;
205 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
228 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
239 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
250 void trans::removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass) { argument
251 EmptyStatementsRemover(pass)
[all...]
/freebsd-10.0-release/contrib/ncurses/include/
H A DMKkey_defs.sh45 trap 'rm -f $data pass[1234]_$$' 0 1 2 5 15
77 for pass in 1 2 3 4
80 output=pass${pass}_$$
110 pass='$pass';
127 if (pass == 1 || pass == 2)
131 if (pass == 3)
137 if (pass
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Docteon-model.c128 * - X.X = Chip pass number
150 char pass[4]; local
201 /* Assume pass number is encoded using <5:3><2:0>. Exceptions will be
203 sprintf(pass, "%d.%d", (int)((chip_id>>3)&7)+1, (int)chip_id&7);
244 /* This series of chips didn't follow the standard pass numbering */
247 case 0: strcpy(pass, "1.X"); break;
248 case 1: strcpy(pass, "2.X"); break;
249 case 3: strcpy(pass, "3.X"); break;
250 default:strcpy(pass, "X.X"); break;
258 /* This series of chips didn't follow the standard pass numberin
[all...]
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Drandom_password.c65 char *pass;
66 generate_password(&pass, 3,
70 strlcpy(pw, pass, len);
71 memset(pass, 0, strlen(pass));
72 free(pass);
/freebsd-10.0-release/crypto/openssh/regress/
H A Dsftp-batch.sh10 cat << EOF > ${BATCH}.pass.1
17 cat << EOF > ${BATCH}.pass.2
38 ${SFTP} -b ${BATCH}.pass.1 -D ${SFTPSERVER} >/dev/null 2>&1 \
46 ${SFTP} -b ${BATCH}.pass.2 -D ${SFTPSERVER} >/dev/null 2>&1 \
/freebsd-10.0-release/sbin/natd/samples/
H A Dnatd.test11 ipfw add pass ip from any to any
/freebsd-10.0-release/etc/
H A Drc.firewall85 ${fwcmd} add 100 pass all from any to any via lo0
103 ${fwcmd} add pass ipv6-icmp from :: to ff02::/16
105 ${fwcmd} add pass ipv6-icmp from fe80::/10 to fe80::/10
106 ${fwcmd} add pass ipv6-icmp from fe80::/10 to ff02::/16
109 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1
112 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 2,135,136
184 # ${fwcmd} add 65000 pass all from any to any
191 ${fwcmd} add 65000 pass all from any to any
209 ${fwcmd} add pass all from ${net} to 255.255.255.255
212 ${fwcmd} add pass al
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_nist_pkcs12.in39 pass="--pass=PASS:password"
66 if ${hxtool} validate $pass PKCS12:$a > /dev/null; then
/freebsd-10.0-release/crypto/openssh/
H A Dauth-sia.c53 sys_auth_passwd(Authctxt *authctxt, const char *pass) argument
61 if (!authctxt->user || pass == NULL || pass[0] == '\0')
68 if ((ret = sia_ses_authent(NULL, pass, ent)) != SIASUCCESS) {

Completed in 248 milliseconds

1234567891011>>