Searched defs:suptypes (Results 1 - 1 of 1) sorted by relevance

/external/iputils/ninfod/
H A Dninfod_core.c128 static uint32_t suptypes[(MAX_SUPTYPES+31)>>5]; variable
268 /* suptypes */
293 memcpy(p->replydata, suptypes, p->replydatalen);
306 memset(suptypes, 0, sizeof(suptypes));
317 if (w >= ARRAY_SIZE(suptypes)) {
322 suptypes[w] |= htonl(1<<b);

Completed in 94 milliseconds