Searched refs:rcvbuf (Results 1 - 8 of 8) sorted by relevance

/external/iputils/
H A Dtracepath.c92 struct probehdr rcvbuf; local
108 memset(&rcvbuf, -1, sizeof(rcvbuf));
109 iov.iov_base = &rcvbuf;
110 iov.iov_len = sizeof(rcvbuf);
140 if (res == sizeof(rcvbuf)) {
141 if (rcvbuf.ttl == 0 || rcvbuf.tv.tv_sec == 0) {
144 sndhops = rcvbuf.ttl;
145 rettv = &rcvbuf
[all...]
H A Dtracepath6.c105 struct probehdr rcvbuf; local
121 memset(&rcvbuf, -1, sizeof(rcvbuf));
122 iov.iov_base = &rcvbuf;
123 iov.iov_len = sizeof(rcvbuf);
163 if (res == sizeof(rcvbuf)) {
164 if (rcvbuf.ttl == 0 || rcvbuf.tv.tv_sec == 0)
167 sndhops = rcvbuf.ttl;
168 rettv = &rcvbuf
[all...]
H A Dping_common.c591 int rcvbuf, hold; local
598 rcvbuf = hold = alloc * preload;
603 if (hold < rcvbuf)
604 fprintf(stderr, "WARNING: probably, rcvbuf is not enough to hold preload.\n");
/external/iproute2/ip/
H A Dip.c231 } else if (matches(opt, "-rcvbuf") == 0) {
239 fprintf(stderr, "Invalid rcvbuf size '%s'\n",
243 rcvbuf = size;
/external/kernel-headers/original/uapi/linux/
H A Drds.h134 uint32_t rcvbuf; member in struct:rds_info_socket
/external/dhcpcd/
H A Dipv6rs.c91 static unsigned char *rcvbuf; variable
101 free(rcvbuf);
151 rcvbuf = xzalloc(len);
152 if (rcvbuf == NULL)
158 rcvhdr.msg_control = rcvbuf;
/external/iproute2/lib/
H A Dlibnetlink.c28 int rcvbuf = 1024 * 1024; variable
57 if (setsockopt(rth->fd,SOL_SOCKET,SO_RCVBUF,&rcvbuf,sizeof(rcvbuf)) < 0) {
/external/iproute2/include/
H A Dlibnetlink.h21 extern int rcvbuf;

Completed in 144 milliseconds