| 124 | } |
| 125 | |
| 126 | static int |
| 127 | protohandlergreout(struct libalias *la, struct ip *pip, struct alias_data *ah) |
| 128 | { |
| 129 | |
| 130 | if (AliasHandlePptpGreOut(la, pip) == 0) |
| 131 | return (0); |
| 132 | return (-1); |
| 133 | } |
| 134 | |
| 135 | /* Kernel module definition. */ |
| 136 | struct proto_handler handlers[] = { |
nothing calls this directly
no test coverage detected