| 106 | } |
| 107 | |
| 108 | static int |
| 109 | protohandlerout(struct libalias *la, struct ip *pip, struct alias_data *ah) |
| 110 | { |
| 111 | |
| 112 | AliasHandlePptpOut(la, pip, ah->lnk); |
| 113 | return (0); |
| 114 | } |
| 115 | |
| 116 | static int |
| 117 | protohandlergrein(struct libalias *la, struct ip *pip, struct alias_data *ah) |
nothing calls this directly
no test coverage detected