Home | History | Annotate | Download | only in ninfod

Lines Matching full:buff

167 	void *buff = NULL;
172 void *newbuff = realloc(buff, bufsize);
178 buff = newbuff;
179 result = read_size = nl_recvmsg(sd, request, seq, buff, bufsize, &msg_flags);
187 nh = (struct nlmsghdr *) buff;
188 for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(nh, read_size)) {
208 if (buff) {
210 free(buff);
211 buff = NULL;
214 *nlhp = (struct nlmsghdr *) buff;