Searched refs:abits (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c193 static int deflate_amax = DEFLATE_MAX_SIZE; /* max abits */
204 int rbits, abits; local
208 abits = rbits = strtol(str, &endp, 0);
211 abits = strtol(str, &endp, 0);
218 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
228 if (abits > 0) {
230 ccp_allowoptions[0].bsd_bits = abits;
242 int rbits, abits, def_rma local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/store/
H A Dstr_lib.c1673 unsigned char *abits, unsigned char *bbits,
1681 for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++)
1685 if (*abits < *bbits) res = -1;
1686 if (*abits > *bbits) res = 1;
1688 if (*abits)
1693 if (!(*abits & 0x01)) alow++;
1694 if (!(*abits & 0x02)) alow++;
1695 if (!(*abits & 0x04)) alow++;
1696 if (!(*abits & 0x08)) alow++;
1697 if (!(*abits
1672 attr_info_compare_compute_range( unsigned char *abits, unsigned char *bbits, unsigned int *alowp, unsigned int *ahighp, unsigned int *blowp, unsigned int *bhighp) argument
1764 unsigned char *abits, *bbits; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c908 unsigned long prefixlen, abits; local
920 abits = (af == AF_INET ? IP_ABITS : IPV6_ABITS);
921 if (prefixlen == 0 || prefixlen == (abits - 1))

Completed in 122 milliseconds