Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sppp_lcp_open
Function
sppp_lcp_open
freebsd/net/if_spppsubr.c:2224–2228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2222
}
2223
2224
static void
2225
sppp_lcp_open(struct sppp *sp)
2226
{
2227
sppp_open_event(&lcp, sp);
2228
}
2229
2230
static void
2231
sppp_lcp_close(struct sppp *sp)
Callers
nothing calls this directly
Calls
1
sppp_open_event
Function · 0.85
Tested by
no test coverage detected