OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parse_frag_header
(Results
1 - 3
of
3
) sorted by null
/external/android-clat/
translate.h
61
uint8_t
parse_frag_header
(const struct ip6_frag *frag_hdr, struct iphdr *ip_targ);
66
uint8_t
parse_frag_header
(const struct ip6_frag *frag_hdr, struct iphdr *ip_targ);
ipv6.c
137
protocol =
parse_frag_header
(frag_hdr, ip_targ);
translate.c
200
/* function:
parse_frag_header
207
uint8_t
parse_frag_header
(const struct ip6_frag *frag_hdr, struct iphdr *ip_targ) {
function
Completed in 68 milliseconds