| 2902 | } |
| 2903 | |
| 2904 | static void |
| 2905 | sppp_ipcp_TO(void *cookie) |
| 2906 | { |
| 2907 | sppp_to_event(&ipcp, (struct sppp *)cookie); |
| 2908 | } |
| 2909 | |
| 2910 | /* |
| 2911 | * Analyze a configure request. Return true if it was agreeable, and |
nothing calls this directly
no test coverage detected