OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tun_pi
(Results
101 - 105
of
105
) sorted by null
1
2
3
4
5
/external/android-clat/
translate.h
45
void fill_tun_header(struct
tun_pi
*tun_header, uint16_t proto);
clatd.c
349
struct
tun_pi
*tun_header = (struct
tun_pi
*) buf;
translate.c
111
void fill_tun_header(struct
tun_pi
*tun_header, uint16_t proto) {
499
struct
tun_pi
tun_targ;
clatd_microbenchmark.c
88
struct
tun_pi
tun = { 0, htons(ETH_P_IP) };
clatd_test.cpp
464
struct
tun_pi
new_tun_header;
[
all
...]
Completed in 325 milliseconds
1
2
3
4
5