MCPcopy 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
2846static void
2847sppp_ipcp_down(struct sppp *sp)
2848{
2849 sppp_down_event(&ipcp, sp);
2850}
2851
2852static void
2853sppp_ipcp_open(struct sppp *sp)

Callers

nothing calls this directly

Calls 1

sppp_down_eventFunction · 0.85

Tested by

no test coverage detected