OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outpack
(Results
1 - 3
of
3
) sorted by null
/external/iputils/
ping.c
93
u_char
outpack
[0x10000];
variable
94
int maxpacket = sizeof(
outpack
);
581
if (uid || datalen > sizeof(
outpack
)-8) {
724
icp = (struct icmphdr *)
outpack
;
756
static struct iovec iov = {
outpack
, 0};
[
all
...]
ping6.c
152
u_char
outpack
[MAXPACKET];
variable
153
int maxpacket = sizeof(
outpack
);
[
all
...]
rdisc.c
542
static u_char
outpack
[MAXPACKET];
local
543
struct icmphdr *icp = (struct icmphdr *) ALLIGN(
outpack
);
560
i = sendbcast(s, (char *)
outpack
, packetlen);
562
i = sendmcast(s, (char *)
outpack
, packetlen, sin);
564
i = sendto( s, (char *)
outpack
, packetlen, 0,
586
static u_char
outpack
[MAXPACKET];
local
587
struct icmp_ra *rap = (struct icmp_ra *) ALLIGN(
outpack
);
610
ap = (struct icmp_ra_addr *)ALLIGN(
outpack
+ ICMP_MINLEN);
620
cc = sendbcastif(s, (char *)
outpack
, packetlen,
623
cc = sendmcastif( s, (char *)
outpack
, packetlen, sin
[
all
...]
Completed in 3007 milliseconds