MCPcopy Create free account
hub / github.com/F-Stack/f-stack / protohandlergreout

Function protohandlergreout

freebsd/netinet/libalias/alias_pptp.c:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static int
127protohandlergreout(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. */
136struct proto_handler handlers[] = {

Callers

nothing calls this directly

Calls 1

AliasHandlePptpGreOutFunction · 0.85

Tested by

no test coverage detected