Searched refs:bypass (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Ddtls_client.c96 int dtls_client(const char *hostname, int bypass);
98 int dtls_client(const char *hostname, int bypass) argument
104 printf("Running dtls_client test with hostname=%s, bypass=%d\n", hostname, bypass);
155 if(bypass) {
217 if(bypass) {
237 if(bypass) {
H A Dmain.c161 static int kext_test(const char *hostname, int bypass) argument
177 if(bypass) {
198 if(bypass) {
240 int dtls_client(const char *hostname, int bypass);
245 printf("Usage: %s <test> <hostname> <bypass>\n", argv0);
248 printf(" <bypass>: use /dev/tlsnke bypass test\n");
256 "\tif bypass=1, also send the same packet through the /dev/tlsnke interface, as if they were coming from utun\n");
261 "\thostname and bypass are ignored.\n");
265 "\tSet bypass
[all...]
/macosx-10.10/zlib-55/zlib/examples/
H A Dgzappend.c202 unsigned bypass; local
206 bypass = n & ~((1U << in->size) - 1);
207 if (bypass) {
208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
210 n -= bypass;
/macosx-10.10/BootCache-109/
H A Dkext.c1704 goto bypass;
1720 * If the cache is not active, bypass the request. We may
1724 goto bypass;
1735 /* Get cache mount asap for use in case we bypass */
1771 goto bypass;
1789 goto bypass;
1799 goto bypass;
1807 goto bypass;
1815 goto bypass;
1848 goto bypass;
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCProxies.c404 Boolean bypass = FALSE; local
418 bypass = TRUE;
/macosx-10.10/CPANInternal-159.1/Bencode-1.4/lib/
H A DBencode.pm175 Takes a single argument which may be a scalar or a reference to a scalar, array or hash. Arrays and hashes may in turn contain values of these same types. Simple scalars that look like canonically represented integers will be serialised as such. To bypass the heuristic and force serialisation as a string, use a reference to a scalar.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DSort.pm196 This method accepts a CODE reference as it's C<$sort_function> argument and throws an exception if it is not a code reference. The C<$sort_function> is used by perl's builtin C<sort> routine to sort each level of the tree. The C<$sort_function> is passed two Tree::Simple objects, and must return 1 (greater than), 0 (equal to) or -1 (less than). The sort function will override and bypass any node filters which have been applied (see C<setNodeFilter> method above), they cannot be used together.
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dread.c88 goto bypass;
167 bypass:
/macosx-10.10/vim-55/runtime/syntax/
H A Dlilo.vim82 syn keyword liloImageOpt bypass lock mandatory optional restricted single-key unsafe
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread.c738 * add this bypass for main thread as it might have exited,
1387 int bypass = 1; local
1393 bypass = 0;
1399 if (bypass == 0) {
/macosx-10.10/vim-55/runtime/autoload/
H A Dvimball.vim102 " user option bypass
/macosx-10.10/libxml2-26/libxml2/
H A Dcatalog.c882 * except it bypass all catalog lookups.
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcatalog.c878 * except it bypass all catalog lookups.
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c197 /* for performance, we bypass ipsec until a security policy is set */
199 SYSCTL_INT(_net_inet_ipsec, OID_AUTO, bypass, CTLFLAG_RD | CTLFLAG_LOCKED, &ipsec_bypass,0, "");
286 /* Turn off the bypass if the default security policy changes */
297 * 0 : bypass
503 * 0 : bypass
637 * 0 : bypass
807 * 0 : bypass
1642 /* turn bypass off */
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1848 bypass this if you try hard enough.

Completed in 406 milliseconds