Searched refs:numBytes (Results 1 – 4 of 4) sorted by relevance
276 int numBytes) in BnxeRxRingProcess() argument357 if ((procBytes + pktLen) <= numBytes) in BnxeRxRingProcess()
1475 int numBytes, in BnxeRxRingPoll() argument1479 int numBytes) in BnxeRxRingPoll()1493 if (numBytes <= 0) in BnxeRxRingPoll()1511 if (pktsRxed) pMblk = BnxeRxRingProcess(pUM, idx, TRUE, numBytes); in BnxeRxRingPoll()
807 int numBytes);
9853 int numBytes; in GetValueForIPv6Addr() local9865 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 …]