OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sendbuff
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
traceroute6.c
331
char *
sendbuff
;
variable
487
sendbuff
= malloc(datalen);
488
if (
sendbuff
== NULL) {
728
struct pkt_format *pkt = (struct pkt_format *)
sendbuff
;
743
i = sendto(sndsock,
sendbuff
, datalen, 0,
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Netlink.cpp
124
int buf_size = 6669999,
sendbuff
=0, res;
local
138
optlen = sizeof(
sendbuff
);
139
res = getsockopt(*p_sk_fd, SOL_SOCKET, SO_SNDBUF, &
sendbuff
, &optlen);
144
IPACMDBG("orignal send buffer size = %d\n",
sendbuff
);
[
all
...]
Completed in 777 milliseconds