/external/iproute2/lib/ |
libnetlink.c | 28 int rcvbuf = 1024 * 1024; variable 57 if (setsockopt(rth->fd,SOL_SOCKET,SO_RCVBUF,&rcvbuf,sizeof(rcvbuf)) < 0) {
|
/external/iputils/ |
tracepath.c | 92 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.tv [all...] |
tracepath6.c | 105 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.tv [all...] |
ping_common.c | 591 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");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_wanpipe.h | 38 int rcvbuf; member in struct:__anon40310
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_wanpipe.h | 38 int rcvbuf; member in struct:__anon41901
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_wanpipe.h | 38 int rcvbuf; member in struct:__anon43415
|
/external/dhcpcd/ |
ipv6rs.c | 91 static unsigned char *rcvbuf; variable 101 free(rcvbuf); 151 rcvbuf = xzalloc(len); 152 if (rcvbuf == NULL) 158 rcvhdr.msg_control = rcvbuf;
|