Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sppp_ipcp_down
Function
sppp_ipcp_down
freebsd/net/if_spppsubr.c:2846–2850 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2844
}
2845
2846
static void
2847
sppp_ipcp_down(struct sppp *sp)
2848
{
2849
sppp_down_event(&ipcp, sp);
2850
}
2851
2852
static void
2853
sppp_ipcp_open(struct sppp *sp)
Callers
nothing calls this directly
Calls
1
sppp_down_event
Function · 0.85
Tested by
no test coverage detected