Home
last modified time | relevance | path

Searched refs:pass (Results 26 – 50 of 243) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/ipf/examples/
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 DBASIC_2.FW52 pass in quick on lo0 all
53 pass out quick on lo0 all
59 pass in log quick proto tcp all flags S/SA keep state group 200
65 pass in log quick proto icmp all keep state group 200
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.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 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 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 Dexample.sr31 pass in quick from any to 10.1.3.2/32
32 pass in quick from any to 10.1.0.13/32
33 pass in quick from 10.1.3.2/32 to any
34 pass in quick from 10.1.0.13/32 to any
42 pass in from any to any
H A Dip_rules2 pass in all
3 pass out all
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddev-options.rst17 .. option:: -fdump-ir=pass,[pass]
27 The default pass is ``linearize``.
29 .. option:: -f<name-of-the-pass>[-disable|-enable|=last]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1863 u_32_t pass;
1874 return pass;
1882 return pass;
2024 passo = pass;
2036 pass = fr_scanlist(fin, pass);
2073 return pass;
2142 u_32_t pass; local
2147 pass = *passp;
2332 u_32_t pass; local
2845 u_32_t pass; local
[all …]
H A Dip_frag.c301 u_32_t pass;
314 if (pass & FR_FRSTRICT)
374 fra->ipfr_pass = pass;
389 int fr_newfrag(fin, pass) in fr_newfrag() argument
390 u_32_t pass; in fr_newfrag()
423 int fr_nat_newfrag(fin, pass, nat) in fr_nat_newfrag() argument
425 u_32_t pass;
668 u_32_t pass, oflx; local
681 pass = fr->fr_flags;
682 if ((pass & FR_LOGFIRST) != 0)
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c55 setseed(unsigned char *pass) in setseed() argument
65 rseed ^= (rseed << 8) | pass[i]; in setseed()
105 char *pass /* password to seed with for private key */) in __generic_gen_dhkeys() argument
119 setseed((u_char *)pass); in __generic_gen_dhkeys()
137 seed = random() ^ pass[i % 8]; in __generic_gen_dhkeys()
/illumos-gate/usr/src/test/smbclient-tests/tests/nsmbrc/
H A Dtp_nsmbrc_002.ksh54 pass=$(smbutil crypt $TPASS)
56 echo "password=$pass" >> ~/.nsmbrc
76 echo "password=$pass" >> ~/.nsmbrc
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dipf.conf.dfl31 pass in quick on lo0
32 pass out quick on lo0
35 pass in quick proto udp from any to any port = 68
36 pass out quick proto udp from any to any port = 67
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c154 uint_t pass; in print_lintmod() local
165 for (pass = 1; pass <= 4; pass++) { in print_lintmod()
166 if ((justpass < 0 || justpass == pass) && pass < 4) { in print_lintmod()
167 infohdr("SECTION", "PASS%u: %lu bytes\n", pass, in print_lintmod()
168 psizes[pass]); in print_lintmod()
171 (void) fseek(fp, psizes[pass], SEEK_CUR); in print_lintmod()
/illumos-gate/usr/src/cmd/filesync/
H A DREADME171 pass I (evaluate)
188 pass II (analyze)
192 have changed and queue it for pass III. This pass doesn't
194 merely identifies candidates for pass III. This pass
201 pass III (reconcile)
206 pass.
301 this is the main guts of pass I
305 this is the main guts of pass II
328 eval.c pass I
329 anal.c pass II
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dget_names.c89 struct passwd *pass = getpwuid(getuid()); local
90 if (pass != NULL)
91 my_name = pass->pw_name;
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/
H A Dgrep_test.ksh50 pass=$1
55 difffile="gout.$pass.$i"
85 pass=$2
91 difffile="gout.$pass.$i"
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin.h386 kadm5_ret_t kadm5_init(char *client_name, char *pass,
398 char *pass,
441 long mask, char *pass);
447 char *pass);
467 char *pass);
473 char *pass);
701 ovsec_kadm_ret_t ovsec_kadm_init(char *client_name, char *pass,
708 char *pass,
727 long mask, char *pass);
740 char *pass);
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c81 char *pass,
114 return _kadm5_init_any(client_name, INIT_PASS, pass, NULL, in kadm5_init_with_password()
119 kadm5_ret_t kadm5_init(char *client_name, char *pass, in kadm5_init() argument
127 return _kadm5_init_any(client_name, INIT_PASS, pass, NULL, in kadm5_init()
578 char *pass, in _kadm5_init_any() argument
870 &creds, creds.client, pass, NULL, in _kadm5_init_any()
876 if (!(pass && (code = krb5_kt_resolve(handle->context, in _kadm5_init_any()
877 pass, &kt)))) { in _kadm5_init_any()
884 if (pass) krb5_kt_close(handle->context, kt); in _kadm5_init_any()
923 if (pass != NULL) in _kadm5_init_any()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Danalyze.c114 int pass, needinit, data; in do_scan() local
208 for (pass = 0; pass < scan_passes || scan_loop; pass++) { in do_scan()
217 data = scan_patterns[pass % NPPATTERNS]; in do_scan()
244 fmt_print("\n pass %d", pass); in do_scan()
247 fmt_print("\n pass %d", pass); in do_scan()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_init.c111 kadm5_ret_t kadm5_init_with_password(char *client_name, char *pass, in kadm5_init_with_password() argument
119 return kadm5_init(client_name, pass, service_name, params, in kadm5_init_with_password()
177 kadm5_ret_t kadm5_init2(char *client_name, char *pass, in kadm5_init2() argument
364 ((pass == NULL) || !(strlen(pass))) : in kadm5_init2()
408 kadm5_ret_t kadm5_init(char *client_name, char *pass, in kadm5_init() argument
415 return (kadm5_init2(client_name, pass, service_name, params_in, in kadm5_init()
/illumos-gate/usr/src/test/os-tests/tests/imc/
H A Dimc_test.c157 boolean_t pass; in imc_test_run_one() local
163 pass = imc_decode_pa(test->itc_imc, test->itc_pa, &dec); in imc_test_run_one()
164 if (pass && !test->itc_pass) { in imc_test_run_one()
182 } else if (pass) { in imc_test_run_one()
250 } else if (!pass && !test->itc_pass) { in imc_test_run_one()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c53 const krb5_data *pass, const krb5_data *salt) in krb5int_pbkdf2_hmac_sha1() argument
109 params.pPassword = (CK_UTF8CHAR_PTR)pass->data; in krb5int_pbkdf2_hmac_sha1()
111 passlen = (CK_ULONG)pass->length; in krb5int_pbkdf2_hmac_sha1()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_pos.ksh123 typeset -i count=0 pass=0 passcnt=0 isinherit=0 maxnumber=4
156 pass=0
186 pass=1
197 if ((pass == 0 && isinherit == 1)); then

12345678910