| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | printnatside.c | 11 printnatside(side, ns) in printnatside() argument 12 char *side; in printnatside() 17 PRINTF("%lu\tbad nat %s\n", ns->ns_badnat, side); 18 PRINTF("%lu\tbad nat new %s\n", ns->ns_badnatnew, side); 20 PRINTF("%lu\tbucket max %s\n", ns->ns_bucket_max, side); 22 PRINTF("%lu\tdecap bad %s\n", ns->ns_decap_bad, side); 27 PRINTF("%lu\tdrop %s\n", ns->ns_drop, side); 28 PRINTF("%lu\texhausted %s\n", ns->ns_exhausted, side); 31 PRINTF("%lu\tinuse %s\n", ns->ns_inuse, side); 38 ns->ns_ifpaddrfail, side); [all …]
|
| /freebsd-12.1/share/examples/ppp/ |
| H A D | login-auth | 50 pack .l.prompt -side left; 54 pack .l.value -side right; 56 pack .l -side top -padx $fxpad -pady $fypad; 61 pack .p.prompt -side left; 64 pack .p.value -side right; 67 pack .p -side top -padx $fxpad -pady $fypad; 71 pack .b.ok -side left; 73 pack .b.cancel -side right; 74 pack .b -side top -padx $fxpad -pady $fypad;
|
| H A D | chap-auth | 53 pack .$n.prompt -side left; 63 pack .$n.value -side right; 71 pack .$n -side top -padx $fxpad -pady $fypad; 87 pack .k.value -side right; 90 pack .k -side top -padx $fxpad -pady $fypad; 94 pack .b.ok -side left; 96 pack .b.cancel -side right; 97 pack .b -side top -padx $fxpad -pady $fypad;
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | proto.c | 76 proto_alloc(struct proto *proto, int side) in proto_alloc() argument 81 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_alloc() 82 side == PROTO_SIDE_SERVER_LISTEN || in proto_alloc() 83 side == PROTO_SIDE_SERVER_WORK); in proto_alloc() 88 conn->pc_side = side; in proto_alloc() 111 struct proto_conn **connp, int side) in proto_common_setup() argument 118 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_common_setup() 119 side == PROTO_SIDE_SERVER_LISTEN); in proto_common_setup() 122 if (side == PROTO_SIDE_CLIENT) { in proto_common_setup() 151 conn = proto_alloc(proto, side); in proto_common_setup()
|
| H A D | proto_tcp.c | 194 tcp_setup_new(const char *addr, int side, void **ctxp) in tcp_setup_new() argument 200 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT || in tcp_setup_new() 201 side == TCP_SIDE_SERVER_LISTEN); in tcp_setup_new() 232 tctx->tc_side = side; in tcp_setup_new() 240 tcp_setup_wrap(int fd, int side, void **ctxp) in tcp_setup_wrap() argument 245 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT || in tcp_setup_wrap() 246 side == TCP_SIDE_SERVER_WORK); in tcp_setup_wrap() 255 tctx->tc_side = side; in tcp_setup_wrap()
|
| /freebsd-12.1/contrib/openbsm/bin/auditdistd/ |
| H A D | proto.c | 71 proto_alloc(struct proto *proto, int side) in proto_alloc() argument 76 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_alloc() 77 side == PROTO_SIDE_SERVER_LISTEN || in proto_alloc() 78 side == PROTO_SIDE_SERVER_WORK); in proto_alloc() 83 conn->pc_side = side; in proto_alloc() 106 int side, struct proto_conn **connp) in proto_common_setup() argument 113 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_common_setup() 114 side == PROTO_SIDE_SERVER_LISTEN); in proto_common_setup() 117 if (side == PROTO_SIDE_CLIENT) { in proto_common_setup() 148 conn = proto_alloc(proto, side); in proto_common_setup()
|
| H A D | proto_tcp.c | 197 tcp_setup_new(const char *addr, int side, struct tcp_ctx **tctxp) in tcp_setup_new() argument 203 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT || in tcp_setup_new() 204 side == TCP_SIDE_SERVER_LISTEN); in tcp_setup_new() 236 tctx->tc_wait_called = (side == TCP_SIDE_CLIENT ? false : true); in tcp_setup_new() 237 tctx->tc_side = side; in tcp_setup_new()
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/ |
| H A D | telnet.state | 2 Three pieces of state need to be kept for each side of each option. 66 an option that the other side doesn't understand is: 73 If the other side does not expect to receive the latter case, 79 if() statement in, but we expect the other side to generate the
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_tlsext_status_cb.pod | 59 On the client side SSL_get_tlsext_status_type() can be used to determine whether 62 side SSL_get_tlsext_status_type() can be used to determine whether the client 85 The callback when used on the client side should return a negative value on 89 The callback when used on the server side should return with either 106 side if SSL_set_tlsext_status_type() was previously called, or on the server 107 side if the client requested OCSP stapling. Otherwise -1 is returned.
|
| H A D | SSL_CTX_set0_CA_list.pod | 54 In most cases it is not necessary to set CA names on the client side. The list 58 and therefore setting CA names on the client side will have no impact if that 63 server side. 93 has sent. This can be called on either the server or the client side. The 101 used on the server side then the "client CA list" functions take precedence. 102 Typically, on the server side, the "client CA list " functions should be used in 104 the client side.
|
| H A D | OPENSSL_Applink.pod | 13 OPENSSL_Applink is application-side interface which provides a glue 15 Even though it appears at application side, it's essentially OpenSSL
|
| H A D | SSL_key_update.pod | 49 When called from the client side, SSL_renegotiate() schedules a completely new 57 When called from the client side, SSL_renegotiate_abbreviated() works in the 61 When called from the server side, SSL_renegotiate() and 64 performed then the same checks as on the client side are performed and then, if
|
| H A D | SSL_CTX_set_split_send_fragment.pod | 111 It affects the client-side as only its side may initiate this extension use. 118 It affects the client-side as only its side may initiate this extension use. 129 The Maximum Fragment Length extension support is optional on the server side.
|
| H A D | SSL_set_fd.pod | 18 for the TLS/SSL (encrypted) side of B<ssl>. B<fd> will typically be the 27 (for both the reading and writing side, if different).
|
| H A D | SSL_get_peer_cert_chain.pod | 18 forming the certificate chain sent by the peer. If called on the client side, 20 side, the peer's certificate must be obtained separately using
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipfstat.c | 687 static void printside(side, frs) in printside() argument 688 char *side; in printside() 693 PRINTF("%lu\t%s bad packets\n", frs->fr_bad, side); 695 PRINTF("%lu\t%s IPv6 packets\n", frs->fr_ipv6, side); 697 PRINTF("%lu\t%s packets blocked\n", frs->fr_block, side); 698 PRINTF("%lu\t%s packets passed\n", frs->fr_pass, side); 700 PRINTF("%lu\t%s packets counted\n", frs->fr_acct, side); 701 PRINTF("%lu\t%s packets short\n", frs->fr_short, side); 709 PRINTF("%lu\t%s cache hits\n", frs->fr_chit, side); 710 PRINTF("%lu\t%s cache misses\n", frs->fr_cmiss, side); [all …]
|
| H A D | ipnat.c | 399 void dotable(nsp, fd, alive, which, side) in dotable() argument 402 char *side; 458 totallen ? used * 100 / totallen : 0, side); 460 ((float)used / nsp->ns_nattab_sz) * 100.0, side); 461 printf("%d\tminimal length %s\n", minlen, side); 462 printf("%d\tmaximal length %s\n", maxlen, side); 464 used ? ((float)totallen / used) : 0.0, side);
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set1 | 94 91 No previous left hand side 95 92 Right hand side too long
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | FREEBSD-upgrade | 103 VersionAddendum on the server side, but we also support it on the 104 client side. 106 1) Modified server-side defaults 118 2) Modified client-side defaults 162 The AES-CBC ciphers were removed from the server-side proposal list
|
| /freebsd-12.1/contrib/sendmail/cf/ |
| H A D | sendmail.schema | 66 DESC 'key (left hand side) of an aliases or map entry' 87 DESC 'value (right hand side) of a map entry' 161 DESC 'value (right hand side) of an alias'
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | predefs.in | 21 * side corresponds to the input sequence (\*x, \*(xx and so on). The 22 * right-hand side is what's produced by libroff.
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 117 /// vector and returns one. These intrinsics have no side effects. 123 /// vectors and returns one. These intrinsics have no side effects. 130 /// vectors and returns one. These intrinsics have no side effects. 137 /// vectors and returns one. These intrinsics have no side effects. 144 /// vectors and returns one. These intrinsics have no side effects. 151 /// vectors and returns one. These intrinsics have no side effects. 158 /// vectors and returns one. These intrinsics have no side effects. 169 /// vectors and returns one. These intrinsics have no side effects. 176 /// vectors and returns one. These intrinsics have no side effects. 183 /// scalars and returns one. These intrinsics have no side effects. [all …]
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | CHANGES | 182 - Client-side and server-side bugfixes: 333 - Client-side and server-side bugfixes: 380 - Client-side and server-side bugfixes: 422 - Client-side and server-side bugfixes: 470 - Client-side and server-side bugfixes: 540 - Client-side and server-side bugfixes: 947 - Client-side and server-side bugfixes: 1322 - Client-side and server-side bugfixes: 1345 - Client-side and server-side bugfixes: 1372 - Client-side and server-side bugfixes: [all …]
|
| /freebsd-12.1/usr.bin/diff/tests/ |
| H A D | diff_test.sh | 115 diff --side-by-side A B
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | armada-xp-openblocks-ax3-4.dts | 158 /* Front side USB 0 */ 163 /* Front side USB 1 */
|