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

/darwin-on-arm/xnu/bsd/netat/
H A Datp_open.c157 if (kmem_alloc(kernel_map, &temp, sizeof(struct atp_state) * NATP_STATE) != KERN_SUCCESS)
160 bzero((caddr_t)temp, sizeof(struct atp_state) * NATP_STATE);
162 for (i = 0; i < NATP_STATE; i++) {
167 kmem_free(kernel_map, temp, sizeof(struct atp_state) * NATP_STATE);
H A Datp.h420 #define NATP_STATE 192 /* the number of ATP sockets open at once */ macro
421 /* note: I made NATP_STATE == NSOCKETS */

Completed in 73 milliseconds