Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sockrawoptions.in; do not edit. */
      2 
      3 static const struct xlat sockrawoptions[] = {
      4 #if defined(ICMP_FILTER) || (defined(HAVE_DECL_ICMP_FILTER) && HAVE_DECL_ICMP_FILTER)
      5 	XLAT(ICMP_FILTER),
      6 #endif
      7 	XLAT_END
      8 };
      9