OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sense
(Results
1 - 25
of
988
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_ah.h
17
#define IP6T_AH_INV_SPI 0x01 /* Invert the
sense
of spi. */
18
#define IP6T_AH_INV_LEN 0x02 /* Invert the
sense
of length. */
ip6t_rt.h
28
#define IP6T_RT_INV_TYP 0x01 /* Invert the
sense
of type. */
29
#define IP6T_RT_INV_SGS 0x02 /* Invert the
sense
of Segments. */
30
#define IP6T_RT_INV_LEN 0x04 /* Invert the
sense
of length. */
ip6t_frag.h
20
#define IP6T_FRAG_INV_IDS 0x01 /* Invert the
sense
of ids. */
21
#define IP6T_FRAG_INV_LEN 0x02 /* Invert the
sense
of length. */
ip6t_opts.h
20
#define IP6T_OPTS_INV_LEN 0x01 /* Invert the
sense
of length. */
/external/iproute2/include/linux/netfilter/
xt_tcpudp.h
18
#define XT_TCP_INV_SRCPT 0x01 /* Invert the
sense
of source ports. */
19
#define XT_TCP_INV_DSTPT 0x02 /* Invert the
sense
of dest ports. */
20
#define XT_TCP_INV_FLAGS 0x04 /* Invert the
sense
of TCP flags. */
21
#define XT_TCP_INV_OPTION 0x08 /* Invert the
sense
of option test. */
33
#define XT_UDP_INV_SRCPT 0x01 /* Invert the
sense
of source ports. */
34
#define XT_UDP_INV_DSTPT 0x02 /* Invert the
sense
of dest ports. */
/external/kernel-headers/original/linux/netfilter/
xt_tcpudp.h
16
#define XT_TCP_INV_SRCPT 0x01 /* Invert the
sense
of source ports. */
17
#define XT_TCP_INV_DSTPT 0x02 /* Invert the
sense
of dest ports. */
18
#define XT_TCP_INV_FLAGS 0x04 /* Invert the
sense
of TCP flags. */
19
#define XT_TCP_INV_OPTION 0x08 /* Invert the
sense
of option test. */
31
#define XT_UDP_INV_SRCPT 0x01 /* Invert the
sense
of source ports. */
32
#define XT_UDP_INV_DSTPT 0x02 /* Invert the
sense
of dest ports. */
xt_esp.h
11
#define XT_ESP_INV_SPI 0x01 /* Invert the
sense
of spi. */
/external/iptables/include/linux/netfilter_ipv6/
ip6t_ah.h
17
#define IP6T_AH_INV_SPI 0x01 /* Invert the
sense
of spi. */
18
#define IP6T_AH_INV_LEN 0x02 /* Invert the
sense
of length. */
ip6t_frag.h
20
#define IP6T_FRAG_INV_IDS 0x01 /* Invert the
sense
of ids. */
21
#define IP6T_FRAG_INV_LEN 0x02 /* Invert the
sense
of length. */
ip6t_esp.h
20
#define IP6T_ESP_INV_SPI 0x01 /* Invert the
sense
of spi. */
/external/dhcpcd/dhcpcd-hooks/
90-NetworkManager
3
# only makes
sense
if NetworkManager is patched NOT to override the
/external/iptables/extensions/
libip6t_mac.man
4
Note that this only makes
sense
for packets coming from an Ethernet device
libipt_connrate.man
6
range, the
sense
of the match is inverted.
libipt_mac.man
4
Note that this only makes
sense
for packets coming from an Ethernet device
libip6t_frag.man
8
Fragment header is static and this option doesn't make
sense
.
/external/iptables/include/linux/netfilter_ipv4/
ipt_ah.h
13
#define IPT_AH_INV_SPI 0x01 /* Invert the
sense
of spi. */
ipt_esp.h
13
#define IPT_ESP_INV_SPI 0x01 /* Invert the
sense
of spi. */
/external/kernel-headers/original/linux/netfilter_ipv4/
ipt_ah.h
13
#define IPT_AH_INV_SPI 0x01 /* Invert the
sense
of spi. */
ip_tables.h
67
#define IPT_INV_VIA_IN 0x01 /* Invert the
sense
of IN IFACE. */
68
#define IPT_INV_VIA_OUT 0x02 /* Invert the
sense
of OUT IFACE */
69
#define IPT_INV_TOS 0x04 /* Invert the
sense
of TOS. */
70
#define IPT_INV_SRCIP 0x08 /* Invert the
sense
of SRC IP. */
71
#define IPT_INV_DSTIP 0x10 /* Invert the
sense
of DST OP. */
72
#define IPT_INV_FRAG 0x20 /* Invert the
sense
of FRAG. */
143
#define IPT_ICMP_INV 0x01 /* Invert the
sense
of type/code test */
/external/webkit/WebCore/manual-tests/inspector/
debugger-status-bar-buttons-state.html
2
<p>To test, open the Inspector and go to the Scripts panel. Check that the tool tips for the debugger's two status bar buttons make
sense
when each button is toggled on and off.</p>
/external/kernel-headers/original/linux/netfilter_arp/
arp_tables.h
77
#define ARPT_INV_VIA_IN 0x0001 /* Invert the
sense
of IN IFACE. */
78
#define ARPT_INV_VIA_OUT 0x0002 /* Invert the
sense
of OUT IFACE */
79
#define ARPT_INV_SRCIP 0x0004 /* Invert the
sense
of SRC IP. */
80
#define ARPT_INV_TGTIP 0x0008 /* Invert the
sense
of TGT IP. */
81
#define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the
sense
of SRC DEV ADDR. */
82
#define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the
sense
of TGT DEV ADDR. */
83
#define ARPT_INV_ARPOP 0x0040 /* Invert the
sense
of ARP OP. */
84
#define ARPT_INV_ARPHRD 0x0080 /* Invert the
sense
of ARP HRD. */
85
#define ARPT_INV_ARPPRO 0x0100 /* Invert the
sense
of ARP PRO. */
86
#define ARPT_INV_ARPHLN 0x0200 /* Invert the
sense
of ARP HLN. *
[
all
...]
/external/zlib/contrib/iostream3/
TODO
7
- Simultaneous read/write access (does it make
sense
?)
/external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h
61
#define IPT_INV_VIA_IN 0x01 /* Invert the
sense
of IN IFACE. */
62
#define IPT_INV_VIA_OUT 0x02 /* Invert the
sense
of OUT IFACE */
63
#define IPT_INV_TOS 0x04 /* Invert the
sense
of TOS. */
64
#define IPT_INV_SRCIP 0x08 /* Invert the
sense
of SRC IP. */
65
#define IPT_INV_DSTIP 0x10 /* Invert the
sense
of DST OP. */
66
#define IPT_INV_FRAG 0x20 /* Invert the
sense
of FRAG. */
140
#define IPT_ICMP_INV 0x01 /* Invert the
sense
of type/code test */
/bootable/bootloader/legacy/
Android.mk
17
# Most of these don't make
sense
to build unless the board has defined
/build/core/combo/arch/arm/
armv4t.mk
4
# Supporting armv4 (without thumb) does not make much
sense
since
Completed in 527 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>