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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c6974 LIST_HEAD(generic, generic) *hashtbl;
6990 hashtbl = malloc((u_long)hashsize * sizeof(*hashtbl), type, M_WAITOK);
6992 hashtbl = malloc((u_long)hashsize * sizeof(*hashtbl), type, M_NOWAIT);
7002 if (hashtbl == NULL)
7006 LIST_INIT(&hashtbl[i]);
7008 return (hashtbl);
7025 LIST_HEAD(generic, generic) *hashtbl;
7042 hashtbl
[all...]
/external/libpcap/
H A Doptimize.c516 static struct valnode *hashtbl[MODULUS]; variable in typeref:struct:valnode
538 memset((char *)hashtbl, 0, sizeof hashtbl);
552 for (p = hashtbl[hash]; p; p = p->next)
567 p->next = hashtbl[hash];
568 hashtbl[hash] = p;

Completed in 2670 milliseconds