blob: 96ebded810c6e6193babf5c5630ecaeaf8bea025 [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)
5 XLAT(ICMP_FILTER),
6#endif
7 XLAT_END
8};