OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip6_hdr
(Results
1 - 14
of
14
) sorted by null
/external/tcpdump/
print-frag6.c
47
register const struct
ip6_hdr
*ip6;
50
ip6 = (const struct
ip6_hdr
*)bp2;
58
sizeof(struct
ip6_hdr
) + EXTRACT_16BITS(&ip6->ip6_plen) -
63
sizeof(struct
ip6_hdr
) + EXTRACT_16BITS(&ip6->ip6_plen) -
print-ip6.c
52
register const struct
ip6_hdr
*ip6;
62
ip6 = (const struct
ip6_hdr
*)bp;
65
if (length < sizeof (struct
ip6_hdr
)) {
74
len = payload_len + sizeof(struct
ip6_hdr
);
111
advance = sizeof(struct
ip6_hdr
);
print-sunrpc.c
76
register const struct
ip6_hdr
*ip6;
102
ip6 = (struct
ip6_hdr
*)bp2;
ip6.h
77
struct
ip6_hdr
{
struct
print-esp.c
352
struct
ip6_hdr
*ip6 = NULL;
411
ip6 = (struct
ip6_hdr
*)bp2;
416
len = sizeof(struct
ip6_hdr
) + EXTRACT_16BITS(&ip6->ip6_plen);
print-icmp6.c
192
static int icmp6_cksum(const struct
ip6_hdr
*ip6, const struct icmp6_hdr *icp,
239
const struct
ip6_hdr
*ip;
240
const struct
ip6_hdr
*oip;
247
ip = (struct
ip6_hdr
*)bp2;
248
oip = (struct
ip6_hdr
*)(dp + 1);
525
struct
ip6_hdr
*ip6 = (struct
ip6_hdr
*)bp;
540
hlen = sizeof(struct
ip6_hdr
);
[
all
...]
print-sctp.c
69
const struct
ip6_hdr
*ip6;
86
ip6 = (const struct
ip6_hdr
*)bp2;
print-tcp.c
146
static int tcp6_cksum(const struct
ip6_hdr
*ip6, const struct tcphdr *tp,
203
register const struct
ip6_hdr
*ip6;
210
ip6 = (struct
ip6_hdr
*)bp2;
744
struct
ip6_hdr
*ip6;
768
ip6 = (struct
ip6_hdr
*)ip;
print-udp.c
319
static int udp6_cksum(const struct
ip6_hdr
*ip6, const struct udphdr *up,
367
const struct
ip6_hdr
*ip6;
370
ip6 = (const struct
ip6_hdr
*)ip;
429
register const struct
ip6_hdr
*ip6;
438
ip6 = (struct
ip6_hdr
*)bp2;
print-dccp.c
93
static int dccp6_cksum(const struct
ip6_hdr
*ip6, const struct dccp_hdr *dh, u_int len)
221
const struct
ip6_hdr
*ip6;
233
ip6 = (const struct
ip6_hdr
*)data2;
print-nfs.c
164
struct
ip6_hdr
*ip6;
182
ip6 = (struct
ip6_hdr
*)bp;
894
struct
ip6_hdr
*ip6 = NULL;
904
ip6 = (struct
ip6_hdr
*)bp;
946
struct
ip6_hdr
*ip6 = (struct
ip6_hdr
*)bp;
[
all
...]
print-pgm.c
161
register const struct
ip6_hdr
*ip6;
172
ip6 = (struct
ip6_hdr
*)bp2;
print-isakmp.c
184
struct
ip6_hdr
*ip6;
222
ip6 = (struct
ip6_hdr
*)bp2;
254
struct
ip6_hdr
*ip6;
272
ip6 = (struct
ip6_hdr
*)bp2;
[
all
...]
/external/bluetooth/hcidump/parser/
tcpip.c
103
struct
ip6_hdr
*ip6 = (struct
ip6_hdr
*) ip;
105
len = sizeof(struct
ip6_hdr
);
Completed in 86 milliseconds