Search | Google it | Results 1 - 1 of 1 for funcall:memcmp from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_domain.c (0.00 seconds) |
430: if (dom == NULL || dom->dom_sa_cmplen == 0) { 431: if ((rc = memcmp(sa1, sa2, len)) != 0) 432: return rc; 435: 436: if ((rc = memcmp((const char *)sa1 + dom->dom_sa_cmpofs, 437: (const char *)sa2 + dom->dom_sa_cmpofs,