XXXGL: should be void, but no good reason to break ABI */
| 95 | |
| 96 | /* XXXGL: should be void, but no good reason to break ABI */ |
| 97 | int |
| 98 | LibAliasDetachHandlers(struct proto_handler *p) |
| 99 | { |
| 100 | |
| 101 | while (p->dir != NODIR) { |
| 102 | TAILQ_REMOVE(&handler_chain, p, link); |
| 103 | p++; |
| 104 | } |
| 105 | |
| 106 | return (0); |
| 107 | } |
| 108 | |
| 109 | int |
| 110 | find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *ip, |
no outgoing calls
no test coverage detected