Searched refs:hostflags (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509/
H A Dvpm_int.h64 unsigned int hostflags; /* Flags to control matching features */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c309 dest->id->hostflags = id->hostflags;
473 param->id->hostflags = flags;
H A Dx509_vfy.c757 if (X509_check_host(x, name, 0, id->hostflags, &id->peername) > 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509/
H A Dvpm_int.h64 unsigned int hostflags; /* Flags to control matching features */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c309 dest->id->hostflags = id->hostflags;
473 param->id->hostflags = flags;
H A Dx509_vfy.c757 if (X509_check_host(x, name, 0, id->hostflags, &id->peername) > 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509/
H A Dvpm_int.h64 unsigned int hostflags; /* Flags to control matching features */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c309 dest->id->hostflags = id->hostflags;
473 param->id->hostflags = flags;
H A Dx509_vfy.c757 if (X509_check_host(x, name, 0, id->hostflags, &id->peername) > 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Demul_netbsd.c398 int hostflags; local
409 hostflags = O_RDONLY;
411 hostflags = O_WRONLY;
413 hostflags = O_RDWR;
415 hostflags |= O_APPEND;
417 hostflags |= O_CREAT;
419 hostflags |= O_TRUNC;
421 hostflags |= O_EXCL;
424 status = open(path, hostflags, mode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Demul_netbsd.c398 int hostflags; local
409 hostflags = O_RDONLY;
411 hostflags = O_WRONLY;
413 hostflags = O_RDWR;
415 hostflags |= O_APPEND;
417 hostflags |= O_CREAT;
419 hostflags |= O_TRUNC;
421 hostflags |= O_EXCL;
424 status = open(path, hostflags, mode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Demul_netbsd.c398 int hostflags; local
409 hostflags = O_RDONLY;
411 hostflags = O_WRONLY;
413 hostflags = O_RDWR;
415 hostflags |= O_APPEND;
417 hostflags |= O_CREAT;
419 hostflags |= O_TRUNC;
421 hostflags |= O_EXCL;
424 status = open(path, hostflags, mode);

Completed in 99 milliseconds