Searched refs:rcvbuf (Results 1 - 11 of 11) 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/kernel-headers/original/uapi/linux/
H A Drds.h144 uint32_t rcvbuf; member in struct:rds_info_socket
/external/libmicrohttpd/src/testspdy/
H A Dtest_notls.c38 char *rcvbuf; variable
436 strcpy(rcvbuf + rcvbuf_c,(char*)data);
853 if(NULL == (rcvbuf = malloc(strlen(RESPONSE_BODY)+1)))
862 if(strcmp(rcvbuf, RESPONSE_BODY))
H A Dtest_request_response.c38 char *rcvbuf; variable
421 strcpy(rcvbuf + rcvbuf_c,(char*)data);
909 if(NULL == (rcvbuf = malloc(strlen(RESPONSE_BODY)+1)))
921 if(strcmp(rcvbuf, RESPONSE_BODY))
/external/dhcpcd-6.8.2/
H A Dipv6.h201 unsigned char rcvbuf[IP6BUFLEN]; member in struct:ipv6_ctx
H A Dipv6.c164 ctx->rcvhdr.msg_control = ctx->rcvbuf;
166 //ctx->rcvhdr.msg_controllen = sizeof(ctx->rcvbuf);
/external/iproute2/include/
H A Dlibnetlink.h27 extern int rcvbuf;
/external/iproute2/ip/
H A Dip.c262 } else if (matches(opt, "-rcvbuf") == 0) {
270 fprintf(stderr, "Invalid rcvbuf size '%s'\n",
274 rcvbuf = size;
/external/iproute2/lib/
H A Dlibnetlink.c36 int rcvbuf = 1024 * 1024; variable
66 if (setsockopt(rth->fd,SOL_SOCKET,SO_RCVBUF,&rcvbuf,sizeof(rcvbuf)) < 0) {

Completed in 469 milliseconds