Searched refs:ndrv_proto (Results 1 – 1 of 1) sorted by relevance
393 struct ifnet_attach_proto_param ndrv_proto; in ndrv_bind() local395 bzero(&ndrv_proto, sizeof(ndrv_proto)); in ndrv_bind()396 ndrv_proto.event = ndrv_event; in ndrv_bind()400 result = ifnet_attach_protocol(ifp, PF_NDRV, &ndrv_proto); in ndrv_bind()