| /src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| local.c | 40 static char send_buf[2048]; variable 47 struct nlmsghdr *nlh = (struct nlmsghdr *)send_buf; 55 memset(send_buf, 0, sizeof(send_buf)); 189 memset(send_buf, 0, sizeof(send_buf)); 191 nlh = (struct nlmsghdr *)send_buf;
|
| /src/usr.sbin/mrouted/ |
| igmp.c | 20 char *send_buf; /* output packet buffer */ variable 45 send_buf = malloc(RECV_BUF_SIZE); 56 ip = (struct ip *)send_buf; 311 ip = (struct ip *)send_buf; 316 igmp = (struct igmp *)(send_buf + MIN_IP_HEADER_LEN); 338 if (sendto(igmp_socket, send_buf, ip->ip_len, 0,
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| ctrl_iface_named_pipe.c | 282 char *reply = NULL, *send_buf; local 311 send_buf = reply; 314 send_buf = "OK\n"; 317 send_buf = "FAIL\n"; 322 dst->rsp_buf = os_memdup(send_buf, send_len); 720 char *reply = NULL, *send_buf; local 732 send_buf = reply; 735 send_buf = "FAIL\n"; 744 dst->rsp_buf = os_memdup(send_buf, send_len);
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen.h | 81 VSTRING *send_buf; /* pending output */ member in struct:__anon23160
|