OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_DF
(Results
1 - 8
of
8
) sorted by null
/external/iproute2/ip/
iptunnel.c
61
#ifndef
IP_DF
62
#define
IP_DF
0x4000 /* Flag: "Don't Fragment" */
64
p->iph.frag_off = htons(
IP_DF
);
158
p->iph.frag_off = htons(
IP_DF
);
361
if (!(p->iph.frag_off&htons(
IP_DF
)))
/bionic/libc/include/netinet/
ip.h
69
#define
IP_DF
0x4000 /* dont fragment flag */
/development/ndk/platforms/android-3/include/netinet/
ip.h
69
#define
IP_DF
0x4000 /* dont fragment flag */
/development/ndk/platforms/android-L/include/netinet/
ip.h
69
#define
IP_DF
0x4000 /* dont fragment flag */
/external/android-clat/
dump.c
56
if(frag_flags &
IP_DF
) {
translate.c
133
ip->frag_off = htons(
IP_DF
);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h
371
#define
IP_DF
0x4000
[
all
...]
sctp_output.c
[
all
...]
Completed in 596 milliseconds