| 255 | }; |
| 256 | |
| 257 | static __constructor void |
| 258 | inet_ctor(void) |
| 259 | { |
| 260 | #ifndef FSTACK |
| 261 | #ifndef RESCUE |
| 262 | if (!feature_present("inet")) |
| 263 | return; |
| 264 | #endif |
| 265 | #endif |
| 266 | af_register(&af_inet); |
| 267 | } |
nothing calls this directly
no test coverage detected