Home
last modified time | relevance | path

Searched refs:STREAMS (Results 1 – 10 of 10) sorted by relevance

/external/openssh/
Dumac.c309 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */ macro
317 UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
321 UINT64 state[STREAMS]; /* on-line state */
773 UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
774 UINT64 poly_accum[STREAMS]; /* poly hash result */
775 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
776 UINT32 ip_trans[STREAMS]; /* Inner-product translation */
833 for (i = 0; i < STREAMS; i++) { in poly_hash()
914 for (i = 0; i < STREAMS; i++) { in ip_long()
957 UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)]; in uhash_init()
[all …]
Dconfigure.ac891 # Pushing STREAMS modules will cause sshd to acquire a controlling tty.
/external/libpcap/doc/
DREADME.hpux123 indicates that you need to install the optional STREAMS product to do
135 the (then optional) STREAMS product. This would bring DLPI, which is
138 I'm not sure that HP even sells the 9.X STREAMS product any longer,
/external/toybox/toys/posix/
Dgetconf.c97 CONF(SHM), CONF(STREAMS), CONF(UNIX), CONF(UUCP), CONF(VERSION),
/external/libpcap/
Dconfigure.ac630 # SunOS 4.x STREAMS NIT.
635 # Pre-SunOS 4.x non-STREAMS NIT.
1572 # STREAMS routines.
DINSTALL.md339 pcap-snit.c - SunOS 4.x STREAMS-based Network Interface Tap support
DCMakeLists.txt992 # SunOS 4.x STREAMS NIT.
997 # Pre-SunOS 4.x non-STREAMS NIT.
DCHANGES77 Remove support for building against DAG versions without STREAMS
/external/tcpdump/
Daclocal.m4625 # present, as we use the STREAMS routines.
/external/strace/
DChangeLog46162 Disable STREAMS syscalls for non-SPARC.