blob: d3bdfaae9907e6c8c5b154dc51d289e0ffbb7494 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sockrawoptions.in; do not edit. */
2
3static const struct xlat sockrawoptions[] = {
4#if defined(ICMP_FILTER) || (defined(HAVE_DECL_ICMP_FILTER) && HAVE_DECL_ICMP_FILTER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(ICMP_FILTER),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07008};