Lines Matching defs:buf
51 char buf[128];56 nlh = (struct nlmsghdr *)buf;100 char buf[1024];137 memset(buf, 0, sizeof(buf));166 memset(buf, 0, sizeof(buf));168 data = (struct cn_msg *)buf;207 memset(buf, 0, sizeof(buf));208 len = recv(s, buf, sizeof(buf), 0);210 perror("recv buf");214 reply = (struct nlmsghdr *)buf;