android_mt6572_jiabo/external/strace/xlat/sockrawoptions.h
2025-09-05 16:56:03 +08:00

17 lines
362 B
C

/* Generated by ./xlat/gen.sh from ./xlat/sockrawoptions.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat sockrawoptions in mpers mode
#else
static
const struct xlat sockrawoptions[] = {
#if defined(ICMP_FILTER) || (defined(HAVE_DECL_ICMP_FILTER) && HAVE_DECL_ICMP_FILTER)
XLAT(ICMP_FILTER),
#endif
XLAT_END
};
#endif /* !IN_MPERS */