| 3446 | } |
| 3447 | |
| 3448 | static void |
| 3449 | sppp_ipv6cp_TO(void *cookie) |
| 3450 | { |
| 3451 | sppp_to_event(&ipv6cp, (struct sppp *)cookie); |
| 3452 | } |
| 3453 | |
| 3454 | /* |
| 3455 | * Analyze a configure request. Return true if it was agreeable, and |
nothing calls this directly
no test coverage detected