Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1101 ssize_t readCount; in ProcessRoutingNotification() local
1111 readCount = read(sd, buff, sizeof buff); in ProcessRoutingNotification()
1116 … if (((char*) &pNLMsg[1] > (buff + readCount)) || // i.e. *pNLMsg extends off end of buffer in ProcessRoutingNotification()
1117 ((char*) pNLMsg + pNLMsg->nlmsg_len > (buff + readCount))) in ProcessRoutingNotification()
1122 readCount -= ((char*) pNLMsg - buff); in ProcessRoutingNotification()
1123 memmove(buff, pNLMsg, readCount); in ProcessRoutingNotification()
1127 readCount += read(sd, buff + readCount, sizeof buff - readCount); in ProcessRoutingNotification()
1147 ssize_t len = readCount - ((char*)pNLMsg - buff); in ProcessRoutingNotification()
1190 ssize_t readCount; in ProcessRoutingNotification() local
1195 readCount = read(sd, buff, sizeof buff); in ProcessRoutingNotification()
[all …]