Home
last modified time | relevance | path

Searched defs:jumpto (Results 1 – 13 of 13) sorted by relevance

/external/iptables/iptables/
Dnft-arp.h10 const char *jumpto; member
Dxshared.h65 const char *jumpto; member
Dnft-ipv6.c174 static void nft_ipv6_parse_immediate(const char *jumpto, bool nft_goto, in nft_ipv6_parse_immediate()
Dnft-ipv4.c234 static void nft_ipv4_parse_immediate(const char *jumpto, bool nft_goto, in nft_ipv4_parse_immediate()
Dnft-shared.c459 const char *jumpto = NULL; in nft_parse_immediate() local
733 const char *jumpto, uint8_t flags, const void *fw) in save_matches_and_target()
Dnft-bridge.h111 const char *jumpto; member
Dnft-arp.c281 static void nft_arp_parse_immediate(const char *jumpto, bool nft_goto, in nft_arp_parse_immediate()
Dnft-bridge.c311 static void nft_bridge_parse_immediate(const char *jumpto, bool nft_goto, in nft_bridge_parse_immediate()
Dxtables-eb.c384 const char *jumpto) in command_jump()
Dxtables-arp.c828 const char *jumpto) in command_jump()
/external/python/cpython2/Demo/turtle/
Dtdemo_chaos.py20 def jumpto(x, y): function
/external/libunwind_llvm/src/
DUnwindCursor.hpp403 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); } in jumpto() function in libunwind::AbstractUnwindCursor
656 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto() function in libunwind::UnwindCursor
DRegisters.hpp1338 void jumpto() { in jumpto() function in libunwind::Registers_arm