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

Function protohandlerout

freebsd/netinet/libalias/alias_pptp.c:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

AliasHandlePptpOutFunction · 0.85

Tested by

no test coverage detected