Lines Matching refs:al
19 alist_t *al;31 al = calloc(1, sizeof(*al));32 if (al == NULL) {41 al->al_not = 1;75 al->al_mask = htonl(mask);79 fill6bits(bits, al->al_i6mask.i6);82 if (gethost(family, host, &al->al_i6addr) == -1) {88 al->al_family = family;91 return al;93 free(al);
Indexes created Thu Apr 09 00:23:28 UTC 2026