hashindex
int hashindex;
hashindex = POLLHASH(pcp->pc_hashsize, fd);
pdp = pcp->pc_hash[hashindex];
int hashindex;
hashindex = POLLHASH(pcp->pc_hashsize, fd);
pdp->pd_hashnext = pcp->pc_hash[hashindex];
pcp->pc_hash[hashindex] = pdp;
index = hashindex((uint8_t *)dnet_broadcastaddr);
index = hashindex((uint8_t *)dnetp->curr_macaddr);
index = hashindex(macaddr);
static uint32_t hashindex(const uint8_t *);