carp.c | 1 /* $NetBSD: carp.c,v 1.15 2023/03/26 01:04:16 mlelstv Exp $ */ 31 __RCSID("$NetBSD: carp.c,v 1.15 2023/03/26 01:04:16 mlelstv Exp $"); 91 struct pkw carpstate = PKW_INITIALIZER(&carpstate, "carp state", setcarp_state, 113 struct pkw carp = PKW_INITIALIZER(&carp, "CARP", NULL, NULL, variable in typeref:struct:pkw 295 cmdloop_branch_init(&branch, &carp.pk_parser);
|