| 2891 | } |
| 2892 | |
| 2893 | static void |
| 2894 | sppp_ipcp_close(struct sppp *sp) |
| 2895 | { |
| 2896 | sppp_close_event(&ipcp, sp); |
| 2897 | if (sp->ipcp.flags & IPCP_MYADDR_DYN) |
| 2898 | /* |
| 2899 | * My address was dynamic, clear it again. |
| 2900 | */ |
| 2901 | sppp_set_ip_addr(sp, 0L); |
| 2902 | } |
| 2903 | |
| 2904 | static void |
| 2905 | sppp_ipcp_TO(void *cookie) |
nothing calls this directly
no test coverage detected