| 9967 | |
| 9968 | |
| 9969 | static void unsupported() |
| 9970 | { |
| 9971 | /************************************** |
| 9972 | * |
| 9973 | * u n s u p p o r t e d |
| 9974 | * |
| 9975 | ************************************** |
| 9976 | * |
| 9977 | * Functional description |
| 9978 | * No_entrypoint is called if there is not entrypoint for a given routine. |
| 9979 | * |
| 9980 | **************************************/ |
| 9981 | |
| 9982 | Arg::Gds(isc_wish_list).raise(); |
| 9983 | } |
| 9984 | |
| 9985 | |
| 9986 | static void zap_packet(PACKET* packet) |
no test coverage detected