Home
last modified time | relevance | path

Searched refs:datatomatch (Results 1 – 1 of 1) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dshmem.c1114 const void *datatomatch; local
1142 datatomatch = GET_SOCKADDRADDR(&cinfo->from);
1150 datatomatch = &cinfo->hostidv[shmem->keystate.keyinfo.hostindex - 1];
1169 if (memcmp(&keydata.data.ipv4, datatomatch, datalen) == 0)
1176 if (memcmp(&keydata.data.ipv6, datatomatch, datalen) == 0)
1194 if (inet_ntop(AF_INET, datatomatch, ntop, sizeof(ntop)) == NULL) {
1198 ((const struct in_addr *)datatomatch)->s_addr);
1205 if (inet_ntop(AF_INET6, datatomatch, ntop, sizeof(ntop)) == NULL) {
1209 IP6_ELEMENTS((const struct in6_addr *)datatomatch));
1262 = (memcmp(&keydata.data.ipv4, datatomatch, datalen) == 0);
[all …]