Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c313 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */ macro
321 UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
325 UINT64 state[STREAMS]; /* on-line state */
777 UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
778 UINT64 poly_accum[STREAMS]; /* poly hash result */
779 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
780 UINT32 ip_trans[STREAMS]; /* Inner-product translation */
837 for (i = 0; i < STREAMS; i++) { in poly_hash()
918 for (i = 0; i < STREAMS; i++) { in ip_long()
961 UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)]; in uhash_init()
[all …]
Dconfigure.ac990 # 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.c92 CONF(SHM), CONF(STREAMS), CONF(UNIX), CONF(UUCP), CONF(VERSION),
/external/libpcap/
DINSTALL.md337 pcap-snit.c - SunOS 4.x STREAMS-based Network Interface Tap support
Dconfigure.ac697 # SunOS 4.x STREAMS NIT.
702 # Pre-SunOS 4.x non-STREAMS NIT.
1829 # STREAMS routines.
DCMakeLists.txt1194 # SunOS 4.x STREAMS NIT.
1199 # Pre-SunOS 4.x non-STREAMS NIT.
DCHANGES257 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.