Searched refs:datlen (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_h323_pxy.c | 54 static int find_port __P((int, caddr_t, int datlen, int *, u_short *)); 57 static int find_port(ipaddr, data, datlen, off, port) in find_port() argument 60 int datlen, *off; 67 if (datlen < 6) 75 for (offset = 0; offset <= datlen - 6; offset++, dp++) { 84 return (offset > datlen - 6) ? -1 : 0; 186 int ipaddr, off, datlen; local 198 datlen = fin->fin_dlen - (TCP_OFF(tcp) << 2); 199 if (find_port(ipaddr, data, datlen, &off, &port) == 0) { 271 int ipaddr, off, datlen; local [all …]
|
/titanic_41/usr/src/lib/crypt_modules/bsdbf/ |
H A D | arc4random.c | 69 arc4_addrandom(as, dat, datlen) in arc4_addrandom() argument 72 size_t datlen; 81 as->j = (as->j + si + dat[n % datlen]); 148 arc4random_addrandom(dat, datlen) in arc4random_addrandom() argument 150 size_t datlen; 154 arc4_addrandom(&rs, dat, datlen);
|