HomeSort by: relevance | last modified time | path
    Searched refs:final (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/share/examples/npf/
l2tp_gw-npf.conf 30 pass out final proto udp from any port bootpc to any port bootps
31 pass in final proto udp from any port bootps to any port bootpc
32 pass in final proto udp from any port bootps to 255.255.255.255 port bootpc
36 pass stateful out final proto udp to any port domain
39 #block in final from <1> apply "log"
44 block in final from $private_addr apply "log"
45 block out final to $private_addr apply "log"
47 pass stateful out final proto tcp all
48 pass stateful out final proto udp all
49 pass stateful out final proto icmp al
    [all...]
  /src/lib/libcrypt/
md5crypt.c 33 #define FINAL(v, x) MD5Final((v), (x))
44 unsigned char final[16]; local in function:__md5crypt
82 FINAL(final, &ctx1);
85 UPDATE(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl));
88 memset(final, 0, sizeof(final));
93 UPDATE(&ctx, final, 1);
102 FINAL(final, &ctx)
    [all...]
  /src/usr.sbin/npf/npftest/
npftestl3.conf 47 pass out final from $local_ip3
48 pass in final to $pub_ip3
49 pass in final from $local_ip4 user $Kojo group $wheel
50 block out final to 127.0.0.1 user > $Kojo group 1 >< $wheel
52 pass out final from $net6_inner
53 pass in final to $net6_outer
55 pass out final from $net_a
56 pass in final to $net_b
58 pass stateful out final proto tcp flags S/SA all
59 pass stateful out final from $local_ne
    [all...]
npftest.conf 65 pass out final from $local_ip3
66 pass in final to $pub_ip3
67 pass in final from $local_ip4 port 8000-10000 user $Kojo group $wheel
68 block out final to 127.0.0.1 user > $Kojo group 1 >< $wheel
70 pass out final from $net6_inner
71 pass in final to $net6_outer
73 pass out final from $net_a
74 pass in final to $net_b
76 pass stateful out final proto tcp flags S/SA all
77 pass stateful out final from $local_ne
    [all...]
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.am 157 aead_aes256gcm.final \
158 aead_chacha20poly1305.final \
159 aead_xchacha20poly1305.final \
160 auth.final \
161 auth2.final \
162 auth3.final \
163 auth5.final \
164 auth6.final \
165 auth7.final \
166 box.final \
    [all...]
Makefile.in 985 @NATIVECLIENT_TRUE@ aead_aes256gcm.final \
986 @NATIVECLIENT_TRUE@ aead_chacha20poly1305.final \
987 @NATIVECLIENT_TRUE@ aead_xchacha20poly1305.final \
988 @NATIVECLIENT_TRUE@ auth.final \
989 @NATIVECLIENT_TRUE@ auth2.final \
990 @NATIVECLIENT_TRUE@ auth3.final \
991 @NATIVECLIENT_TRUE@ auth5.final \
992 @NATIVECLIENT_TRUE@ auth6.final \
993 @NATIVECLIENT_TRUE@ auth7.final \
994 @NATIVECLIENT_TRUE@ box.final \
    [all...]
  /src/etc/
rc.shutdown 62 # Run final local handlers (if any exist)
64 if [ -r /etc/rc.shutdown.final ]; then
66 . /etc/rc.shutdown.final
  /src/lib/libc/citrus/modules/
citrus_iso2022.c 84 u_char final; member in struct:__anon85d41a080108
176 cs->final = (u_char)(p[3] & 0xff);
181 cs->final = (u_char)(p[3] & 0xff);
186 cs->final = (u_char)(p[2] & 0xff);
191 cs->final = (u_char )(p[2] & 0xff);
220 cs.final = (u_char)(token[4]);
225 cs.final = (u_char)(token[4]);
230 cs.final = (u_char)(token[5]);
235 cs.final = (u_char)(token[5]);
257 (ei->recommend[i] + (ei->recommendsize[i] - 1))->final = cs.final
    [all...]
  /src/usr.sbin/ip6addrctl/
ip6addrctl.c 333 int masklen, final = 0; local in function:mask2plen
339 if (final && *p) {
349 final++;
353 final++;
357 final++;
361 final++;
365 final++;
369 final++;
373 final++;
376 final++
    [all...]
  /src/lib/libc/hash/
hmac.c 55 void (*final)(uint8_t *, void *); member in struct:hmac
134 (*h->final)(d, c);
153 (*h->final)(p, c);
158 (*h->final)(p, c);
  /src/sbin/newfs_lfs/
newfs.c 120 size_t final; local in function:auto_segsize
153 final = dbtob(btodb(4 * bw / seeks));
155 for (i = 0; final; final >>= 1, i++)
157 final = 1 << i;
159 printf("using initial segment size %ld\n", (long)final);
160 return final;
  /src/sbin/route/
rtutil.c 603 int masklen, final = 0, illegal = 0; local in function:netname6
618 if (final && *p) {
630 final++;
634 final++;
638 final++;
642 final++;
646 final++;
650 final++;
654 final++;
657 final++
    [all...]
  /src/common/lib/libc/arch/m68k/gen/
mulsi3.S 64 addl %a0, %d0 | final result
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna32.h 25 unsigned char final; member in struct:poly1305_state_internal_t
52 st->final = 0;
59 const unsigned long hibit = (st->final) ? 0UL : (1UL << 24); /* 1 << 128 */
155 st->final = 1;
poly1305_donna64.h 31 unsigned char final; member in struct:poly1305_state_internal_t
58 st->final = 0;
66 (st->final) ? 0ULL : (1ULL << 40); /* 1 << 128 */
151 st->final = 1;
  /src/share/man/man8/
Makefile 20 MLINKS+=rc.8 rc.shutdown.final.8
  /src/common/dist/zlib/examples/
gun.c 50 file are maintained in the final uncompressed file, to the extent that the
215 unsigned final; /* last character written for previous code */ local in function:lunpipe
251 final = prev = (unsigned)last; /* low 8 bits of code */
261 outbuf[0] = (unsigned char)final; /* write first decompressed byte */
325 match[stack++] = (unsigned char)final;
337 final = code;
343 suffix[end] = (unsigned char)final;
365 /* loop for next code with final and prev as the last match, rem and
  /src/common/lib/libc/arch/sparc/gen/
mul.S 64 * Long multiply. 32 steps, followed by a final shift step.
98 mulscc %o4, %g0, %o4 ! final shift
119 * Short multiply. 12 steps, followed by a final shift step.
135 mulscc %o4, %g0, %o4 ! final shift
umul.S 71 * Long multiply. 32 steps, followed by a final shift step.
105 mulscc %o4, %g0, %o4 ! final shift
151 * Short multiply. 12 steps, followed by a final shift step.
168 mulscc %o4, %g0, %o4 ! final shift
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8996-v3.0.dtsi 17 * overlay on top of 3.1 (the final one) than vice versa.
  /src/usr.bin/make/unit-tests/
varmod-exclam-shell.mk 24 # Only the final newline of the output is stripped. All other newlines are
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flags.cc 83 bool Parse(const char *value) final {
sanitizer_flag_parser.h 34 bool Parse(const char *value) final;
sanitizer_symbolizer.h 83 class Symbolizer final {
  /src/sys/netinet6/
sctp6_usrreq.c 438 struct sockaddr_in6 final; local in function:sctp6_ctlinput
445 memset(&final, 0, sizeof(final));
451 final.sin6_len = sizeof(final);
452 final.sin6_family = AF_INET6;
453 final.sin6_addr = ((const struct sockaddr_in6 *)pktdst)->sin6_addr;
454 final.sin6_port = sh.dest_port;
457 sin6tosa(&final),
474 sctp_notify(inp, cm, &sh, sin6tosa(&final),
    [all...]

Completed in 23 milliseconds

1 2 3