1/* Generated by ./xlat/gen.sh from ./xlat/sockrawoptions.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat sockrawoptions in mpers mode
6
7#else
8
9static
10const struct xlat sockrawoptions[] = {
11#if defined(ICMP_FILTER) || (defined(HAVE_DECL_ICMP_FILTER) && HAVE_DECL_ICMP_FILTER)
12  XLAT(ICMP_FILTER),
13#endif
14 XLAT_END
15};
16
17#endif /* !IN_MPERS */
18