l2tp.c | 1 /* $NetBSD: l2tp.c,v 1.2 2025/09/19 01:20:54 knakahara Exp $ */ 30 __RCSID("$NetBSD: l2tp.c,v 1.2 2025/09/19 01:20:54 knakahara Exp $"); 96 struct pkw l2tp = PKW_INITIALIZER(&l2tp, "l2tp", NULL, NULL, variable in typeref:struct:pkw 110 return strncmp(ifname, "l2tp", 4) != 0 || 122 errx(EXIT_FAILURE, "valid only with l2tp(4) interfaces"); 266 cmdloop_branch_init(&branch, &l2tp.pk_parser);
|