Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c276 int numBytes) in BnxeRxRingProcess() argument
357 if ((procBytes + pktLen) <= numBytes) in BnxeRxRingProcess()
H A Dbnxe_gld.c1475 int numBytes, in BnxeRxRingPoll() argument
1479 int numBytes) in BnxeRxRingPoll()
1493 if (numBytes <= 0) in BnxeRxRingPoll()
1511 if (pktsRxed) pMblk = BnxeRxRingProcess(pUM, idx, TRUE, numBytes); in BnxeRxRingPoll()
H A Dbnxe.h807 int numBytes);
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c9853 int numBytes; in GetValueForIPv6Addr() local
9865 numColons = numBytes = value = digitsProcessed = zeroFillStart = 0; in GetValueForIPv6Addr()
9885 if (!numBytes && (ptr + 1) < limit && *(ptr + 1) == ' ') in GetValueForIPv6Addr()
9896 zeroFillStart = numBytes; in GetValueForIPv6Addr()
9910 … if (numBytes > 13) { LogMsg("GetValueForIPv6Addr:1: numBytes is %d", numBytes); return mDNSNULL; } in GetValueForIPv6Addr()
9912 v6addr[numBytes++] = (mDNSu8) ((value >> 8) & 0xFF); in GetValueForIPv6Addr()
9913 v6addr[numBytes++] = (mDNSu8) (value & 0xFF); in GetValueForIPv6Addr()
9917 … if (numBytes > 14) { LogMsg("GetValueForIPv6Addr:2: numBytes is %d", numBytes); return mDNSNULL; } in GetValueForIPv6Addr()
9926 LogMsg("GetValueForIPv6Addr: no trailing bytes after colon, numBytes is %d", numBytes); in GetValueForIPv6Addr()
9930 … if (numBytes > 14) { LogMsg("GetValueForIPv6Addr:3: numBytes is %d", numBytes); return mDNSNULL; } in GetValueForIPv6Addr()
[all …]