Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Daddr_pool.c9 #define MIN_PORT (1025) macro
55 num_entry = num_addr * (MAX_PORT - MIN_PORT); in CreateAddressPool()
88 for (j = MIN_PORT; j < MAX_PORT; j++) { in CreateAddressPool()
125 num_entry = (num_addr * (MAX_PORT - MIN_PORT)) / num_queues; in CreateAddressPoolPerCore()
161 for (j = MIN_PORT; j < MAX_PORT; j++) { in CreateAddressPoolPerCore()