Searched refs:rcvbuf (Results 1 - 13 of 13) 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/ltp/testcases/kernel/sched/process_stress/
H A Dprocess.c441 Msgbuf rcvbuf; local
455 rc = msgrcv(msgid, &rcvbuf, sizeof(struct messagebuf), slot, 0);
475 sscanf(rcvbuf.mtext, "%d %d %d", &ndx, &tslot, &pid);
1046 Msgbuf rcvbuf; local
1059 rc = msgrcv(msgerr, &rcvbuf, sizeof(struct messagebuf), 0, 0);
1082 switch ((int)rcvbuf.mtyp) {
1084 sscanf(rcvbuf.mtext, "%d", &procgrp);
1088 fprintf(stderr, " SEVERE : %s ", rcvbuf.mtext);
1089 /* rcvbuf.mtext type %s ou %d ??? */
1093 sscanf(rcvbuf
[all...]
/external/kernel-headers/original/uapi/linux/
H A Drds.h160 __u32 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/ip/
H A Dip.c269 } else if (matches(opt, "-rcvbuf") == 0) {
277 fprintf(stderr, "Invalid rcvbuf size '%s'\n",
281 rcvbuf = size;
/external/iproute2/include/
H A Dlibnetlink.h38 extern int rcvbuf;
/external/iproute2/lib/
H A Dlibnetlink.c37 int rcvbuf = 1024 * 1024; variable
160 &rcvbuf, sizeof(rcvbuf)) < 0) {
/external/scapy/scapy/layers/
H A Dinet.py1505 self.rcvbuf = b""
1578 self.rcvbuf += data
1580 self.oi.tcp.send(self.rcvbuf)
1581 self.rcvbuf = b""

Completed in 591 milliseconds