TRUNK_PROTO_NONE  130 net/if_trunk.c 	{ TRUNK_PROTO_NONE,		NULL }
TRUNK_PROTO_NONE  154 net/if_trunk.c 	tr->tr_proto = TRUNK_PROTO_NONE;
TRUNK_PROTO_NONE  155 net/if_trunk.c 	for (i = 0; trunk_protos[i].ti_proto != TRUNK_PROTO_NONE; i++) {
TRUNK_PROTO_NONE  625 net/if_trunk.c 		if (tr->tr_proto != TRUNK_PROTO_NONE)
TRUNK_PROTO_NONE  637 net/if_trunk.c 				if (tr->tr_proto != TRUNK_PROTO_NONE)
TRUNK_PROTO_NONE  907 net/if_trunk.c 		if (tr->tr_proto != TRUNK_PROTO_NONE)
TRUNK_PROTO_NONE 1035 net/if_trunk.c 	if (tr->tr_proto != TRUNK_PROTO_NONE &&
TRUNK_PROTO_NONE 1060 net/if_trunk.c 	if (tr->tr_proto == TRUNK_PROTO_NONE)
TRUNK_PROTO_NONE   41 net/if_trunk.h 	TRUNK_PROTO_NONE	= 0,		/* no trunk protocol defined */
TRUNK_PROTO_NONE   58 net/if_trunk.h 	{ "none",		TRUNK_PROTO_NONE },			\