Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv4/
H A Dipt_ULOG.h31 char prefix[ULOG_PREFIX_LEN]; member
43 char prefix[ULOG_PREFIX_LEN]; member
H A Dipt_LOG.h15 char prefix[30]; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_bridge/
H A Debt_ulog.h16 char prefix[EBT_ULOG_PREFIX_LEN]; member
25 char prefix[EBT_ULOG_PREFIX_LEN]; member
H A Debt_log.h14 uint8_t prefix[EBT_LOG_PREFIX_SIZE]; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv6/
H A Dip6t_LOG.h15 char prefix[30]; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dxt_NFLOG.h15 char prefix[64]; member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc.c35 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths()
H A Dflattree.c117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Datmbr2684.h99 __be32 prefix; /* network byte order */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dcdefs.h186 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname argument
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c757 const char *prefix; member
H A Dmodpost.c261 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) argument