MCPcopy 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
2224static void
2225sppp_lcp_open(struct sppp *sp)
2226{
2227 sppp_open_event(&lcp, sp);
2228}
2229
2230static void
2231sppp_lcp_close(struct sppp *sp)

Callers

nothing calls this directly

Calls 1

sppp_open_eventFunction · 0.85

Tested by

no test coverage detected