Searched refs:numBytes (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 495 jsize numBytes; in Java_com_apple_dnssd_AppleRegistration_BeginRegister() local 520 numBytes = txtRecord ? (*pEnv)->GetArrayLength( pEnv, txtRecord) : 0; in Java_com_apple_dnssd_AppleRegistration_BeginRegister() 524 numBytes, pBytes, ServiceRegisterReply, pContext); in Java_com_apple_dnssd_AppleRegistration_BeginRegister() 554 jsize numBytes; in Java_com_apple_dnssd_AppleRegistration_AddRecord() local 563 numBytes = (*pEnv)->GetArrayLength( pEnv, rData); in Java_com_apple_dnssd_AppleRegistration_AddRecord() 565 err = DNSServiceAddRecord( pContext->ServiceRef, &recRef, flags, rrType, numBytes, pBytes, ttl); in Java_com_apple_dnssd_AppleRegistration_AddRecord() 586 jsize numBytes; in Java_com_apple_dnssd_AppleDNSRecord_Update() local 603 numBytes = (*pEnv)->GetArrayLength( pEnv, rData); in Java_com_apple_dnssd_AppleDNSRecord_Update() 605 err = DNSServiceUpdateRecord( pContext->ServiceRef, recRef, flags, numBytes, pBytes, ttl); in Java_com_apple_dnssd_AppleDNSRecord_Update() 712 jsize numBytes; in Java_com_apple_dnssd_AppleRecordRegistrar_RegisterRecord() local [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_rx.c | 276 int numBytes) in BnxeRxRingProcess() argument 357 if ((procBytes + pktLen) <= numBytes) in BnxeRxRingProcess()
|
H A D | bnxe_gld.c | 1494 int numBytes, in BnxeRxRingPoll() argument 1498 int numBytes) in BnxeRxRingPoll() 1512 if (numBytes <= 0) in BnxeRxRingPoll() 1530 if (pktsRxed) pMblk = BnxeRxRingProcess(pUM, idx, TRUE, numBytes); in BnxeRxRingPoll()
|
H A D | bnxe.h | 806 int numBytes);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 9588 int numBytes; in GetValueForIPv6Addr() local 9600 numColons = numBytes = value = digitsProcessed = zeroFillStart = 0; in GetValueForIPv6Addr() 9620 if (!numBytes && (ptr + 1) < limit && *(ptr + 1) == ' ') in GetValueForIPv6Addr() 9631 zeroFillStart = numBytes; in GetValueForIPv6Addr() 9645 … if (numBytes > 13) { LogMsg("GetValueForIPv6Addr:1: numBytes is %d", numBytes); return mDNSNULL; } in GetValueForIPv6Addr() 9647 v6addr[numBytes++] = (mDNSu8) ((value >> 8) & 0xFF); in GetValueForIPv6Addr() 9648 v6addr[numBytes++] = (mDNSu8) (value & 0xFF); in GetValueForIPv6Addr() 9652 … if (numBytes > 14) { LogMsg("GetValueForIPv6Addr:2: numBytes is %d", numBytes); return mDNSNULL; } in GetValueForIPv6Addr() 9661 LogMsg("GetValueForIPv6Addr: no trailing bytes after colon, numBytes is %d", numBytes); in GetValueForIPv6Addr() 9665 … if (numBytes > 14) { LogMsg("GetValueForIPv6Addr:3: numBytes is %d", numBytes); return mDNSNULL; } in GetValueForIPv6Addr() [all …]
|