| 121 | } |
| 122 | |
| 123 | struct proto_handler * |
| 124 | first_handler(void) |
| 125 | { |
| 126 | |
| 127 | return (TAILQ_FIRST(&handler_chain)); |
| 128 | } |
| 129 | |
| 130 | #ifndef _KERNEL |
| 131 | /* Dll manipulation code - this code is not thread safe... */ |
no outgoing calls
no test coverage detected