gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:memcmp from t2ex/bsd_source/t2ex/network/net/src_bsd/net/radix.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/radix.c - 36.9KB - 1,170 lines
519:         x = rn_search(addmask_key, rn_masktop);
520:         if (memcmp(addmask_key, x->rn_key, mlen) != 0)
521:                 x = 0;
776: if (tt == NULL || 777: memcmp(v + head_off, tt->rn_key + head_off, vlen - head_off) != 0) 778: return NULL;