Home
last modified time | relevance | path

Searched refs:UDP_HASH_TABLE_SIZE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsysio_udp.c251 list = &(sysioUdpSock->pcbHash[hashIndex & (UDP_HASH_TABLE_SIZE - 1)].list); in SysioFetchPacketUdp()
316 udpSock->pcbHash = (struct SpungePcbhashbucket *)SpungeAlloc(UDP_HASH_TABLE_SIZE, in SysioCreateSocketUdp()
323 for (i = 0; i < UDP_HASH_TABLE_SIZE; i++) { in SysioCreateSocketUdp()
385 HlistAddTail(&udpSock->pcbHash[addrHashKey & (UDP_HASH_TABLE_SIZE - 1)].list, &pcb->hashNode); in SysioConnectUdp()
398 struct Hlist *pcbHashList = &(udpSock->pcbHash[addrHashKey & (UDP_HASH_TABLE_SIZE - 1)].list); in SysioRemovePcbUdp()
441 HlistAddTail(&udpSock->pcbHash[addrHashKey & (UDP_HASH_TABLE_SIZE - 1)].list, &pcb->hashNode); in SysioHandlePacketUdp()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h30 #define UDP_HASH_TABLE_SIZE 128 macro

Completed in 2 milliseconds