Home | History | Annotate | Download | only in ifconfig

Lines Matching defs:agr

1 /*	$NetBSD: agr.c,v 1.16 2021/06/21 03:14:40 christos Exp $	*/
31 __RCSID("$NetBSD: agr.c,v 1.16 2021/06/21 03:14:40 christos Exp $");
38 #include <net/agr/if_agrioctl.h>
58 static struct piface agrif = PIFACE_INITIALIZER(&agrif, "agr interface",
68 struct pkw agr = PKW_INITIALIZER(&agr, "agr", NULL, "agrcmd",
79 return strncmp(ifname, "agr", 3) != 0 ||
87 errx(EXIT_FAILURE, "valid only with agr(4) interfaces");
193 cmdloop_branch_init(&branch, &agr.pk_parser);